now top-level property
- @Deprecated('Use clock.now() instead.')
Returns the current time as reported by clock.
Implementation
@Deprecated('Use clock.now() instead.')
DateTime get now => clock.now();
Returns the current time as reported by clock.
@Deprecated('Use clock.now() instead.')
DateTime get now => clock.now();