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