appendFormat method
Formats the given value as text according to the rules of this pattern, appending to the given StringBuffer.
value
: The value to format.builder
: TheStringBuffer
to append to.
Returns: The builder passed in as builder
.
Implementation
@override
StringBuffer appendFormat(Period value, StringBuffer builder) => _pattern.appendFormat(value, builder);