time property
DateTime
get
time
Returns only the time.
Implementation
DateTime get time =>
DateTime(0, 1, 1, hour, minute, second, millisecond, microsecond);
Returns only the time.
DateTime get time =>
DateTime(0, 1, 1, hour, minute, second, millisecond, microsecond);