systemTime function Null safety
- @Deprecated('Use new DateTime.now() instead.')
Returns the current system time.
Implementation
@Deprecated('Use new DateTime.now() instead.')
DateTime systemTime() => DateTime.now();
Returns the current system time.
@Deprecated('Use new DateTime.now() instead.')
DateTime systemTime() => DateTime.now();