format method

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

Formats the given zoned date as text according to the rules of this pattern.

  • value: The zoned date to format.

Returns: The zoned date formatted according to this pattern.

Implementation

@override
String format(OffsetDate value) => _pattern.format(value);