formattimehmma method

String formattimehmma()

Implementation

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