timeOfDay property

Duration get timeOfDay

Returns only the time

Implementation

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