hms property

String get hms

Returns this DateTime formatted in Hms format.

Implementation

String get hms => DateFormat.Hms().format(this);