toDateTimeYear property

String get toDateTimeYear

Implementation

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