time property

Duration time

The time of this Instant elapsed since the begining of the day.

Implementation

Duration get time => Duration(hours: hour, minutes: minute, seconds: second);