format method

  1. @override
String format(
  1. OffsetTime value
)
override

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);