hms property
String
get
hms
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 hms => DateFormats.hms.format(toDateTime);