format12hUtc method
Formats the time in UTC using the 12-hour clock with AM/PM.
Implementation
String format12hUtc() => format(TimeFormat.hhmma, true);
Formats the time in UTC using the 12-hour clock with AM/PM.
String format12hUtc() => format(TimeFormat.hhmma, true);