formattimehmma method
Implementation
String formattimehmma() => this != null
? DateFormat('HH:mm', DevToolkit.localeName).format(this!).toString()
: '';
String formattimehmma() => this != null
? DateFormat('HH:mm', DevToolkit.localeName).format(this!).toString()
: '';