time24h property
String
get
time24h
Returns the time in 24-hour format "HH:MM:SS"
Implementation
String get time24h =>
"${_twoDigits(hour)}:${_twoDigits(minute)}:${_twoDigits(second)}";
Returns the time in 24-hour format "HH:MM:SS"
String get time24h =>
"${_twoDigits(hour)}:${_twoDigits(minute)}:${_twoDigits(second)}";