format method
Formats the given zoned time as text according to the rules of this pattern.
value
: The zoned time to format.
Returns: The zoned time formatted according to this pattern.
Implementation
@override
String format(OffsetTime value) => _pattern.format(value);