formatTime property

String get formatTime

Formats time to HH:mm

Implementation

String get formatTime => DateFormat('HH:mm').format(this);