toDashDate2 property

String get toDashDate2

Implementation

String get toDashDate2 => (this == null) ? "" : DateFormat('dd-MMM-yyyy').format(this!);