toTime12 property

String get toTime12

Implementation

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