timeOnly property
Time
get
timeOnly
Returns only the time.
Implementation
Time get timeOnly => Time(
hour,
minute,
second,
millisecond,
microsecond,
);
Returns only the time.
Time get timeOnly => Time(
hour,
minute,
second,
millisecond,
microsecond,
);