timeOnly property

Time get timeOnly

Returns only the time.

Implementation

Time get timeOnly => Time(
      hour,
      minute,
      second,
      millisecond,
      microsecond,
    );