timeHhMmSs property
String?
get
timeHhMmSs
Implementation
String? get timeHhMmSs {
return this == null ? null : DateFormat('HH:mm:ss').format(this!);
}
String? get timeHhMmSs {
return this == null ? null : DateFormat('HH:mm:ss').format(this!);
}