formatter property
The actual formatter. We delay the initialization to ensure that intl is already initialized by Flutter before we create the formatter.
Implementation
late final Object formatter = _formatter();
The actual formatter. We delay the initialization to ensure that intl is already initialized by Flutter before we create the formatter.
late final Object formatter = _formatter();