format method
Formats the given offset as text according to the rules of this pattern.
value
: The offset to format.
Returns: The offset formatted according to this pattern.
Implementation
@override
String format(Offset value) => _underlyingPattern.format(value);