systemTime function

  1. @Deprecated('Use new DateTime.now() instead.')
DateTime systemTime()

Returns the current system time.

Implementation

@Deprecated('Use new DateTime.now() instead.')
DateTime systemTime() => DateTime.now();