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