formats property

Map<String, ValueFormatter>? formats
final

formats is called when an interpolation has been found and it was marked with formatting options.

If the format doesn't exist then it either moves to the next format or the value is returned as is (in string form: Object.toString).

Implementation

final Map<String, ValueFormatter>? formats;