formatTime property
String
get
formatTime
Formats time to HH:mm
Implementation
String get formatTime => DateFormat('HH:mm').format(this);
Formats time to HH:mm
String get formatTime => DateFormat('HH:mm').format(this);