asHH12MMSSA property
String
get
asHH12MMSSA
Formats as "hh:mm:ss a" (12-hour with AM/PM).
Implementation
String get asHH12MMSSA => this <= 0
? '-'
: DateUtil.hh12mmssa.format(DateTime.fromMillisecondsSinceEpoch(this));