format method

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

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

  • value: The annual date to format.

Returns: The annual date formatted according to this pattern.

Implementation

@override
String format(AnnualDate value) => _underlyingPattern.format(value);