toDateTime property

String get toDateTime

Implementation

String get toDateTime => (this == null) ? "" : DateFormat('MMM d y hh:mm a').format(this!);