fHm method

String fHm(
  1. String locale
)

e.g. 16:52

Implementation

String fHm(String locale) => DateFormat.Hm(locale).format(this);