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