asHHMMSS property

String get asHHMMSS

Implementation

String get asHHMMSS           => this <= 0 ? '-' : DateUtil.hh24mmss.format(DateTime.fromMillisecondsSinceEpoch(this));