Hms property

String Hms

Returns 24 hour, minute and second. Example: 12:11:22

Implementation

// ignore: non_constant_identifier_names
String get Hms => _defaultDisplay.Hms(dateTime);