asDDMMYYYYHHMMA property

String get asDDMMYYYYHHMMA

Implementation

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