asDDMMYYYY property

String get asDDMMYYYY

Implementation

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