toDateMonthYearTime property

String get toDateMonthYearTime

Implementation

String get toDateMonthYearTime =>
    (this == null) ? "" : DateFormat('dd/MM/yyyy hh:mm a').format(this!);