asHHMMA property

String get asHHMMA

Implementation

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