timeFormat method

String timeFormat()

Implementation

String timeFormat() => Moment.tryParse(this ?? '')?.toLocal().format("HH:mm") ?? "";