format method

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

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

  • value: The Span to format.

Returns: The Span formatted according to this pattern.

Implementation

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