format method

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

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