toHMS property

String get toHMS

Implementation

String get toHMS =>
    "${this?.hour.toFormat()}:${this?.minute.toFormat()}:${this?.second.toFormat()}";