toDashDateTime property

String get toDashDateTime

Implementation

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