timeOfDay property

Duration timeOfDay

Returns only the time

Implementation

Duration get timeOfDay => hour.hours + minute.minutes + second.seconds;