timeOfDay property
Duration
get
timeOfDay
Returns only the time
Implementation
Duration get timeOfDay => hour.hours + minute.minutes + second.seconds;
Returns only the time
Duration get timeOfDay => hour.hours + minute.minutes + second.seconds;