time property
String
get
time
Formats the current number as a time string in 'HH:mm:ss' format.
Returns a string representation of the time in 'HH:mm:ss' format.
Implementation
String get time => DateFormats.time.format(toDateTime);