toTime property

String get toTime

Implementation

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