TimeOfDay.now constructor
TimeOfDay.now()
Constructs a TimeOfDay instance with current time in the local time zone.
Implementation
factory TimeOfDay.now() => TimeOfDay.fromDateTime(DateTime.now());
Constructs a TimeOfDay instance with current time in the local time zone.
factory TimeOfDay.now() => TimeOfDay.fromDateTime(DateTime.now());