formatTime method
formatTime extension method this extension method will convert a time of day into provided or default time format string
Implementation
String formatTime({String? newTimeFormat}) => _convertTimeOfDay(this, newTimeFormat: newTimeFormat);