formatterValues property

Map<String, Object>? formatterValues
final

Helper that maps known or common formats values to a specific value.

e.g.: {{formatName(option: true)}} Maps the "true" string to a bool value while parsing.

Implementation

final Map<String, Object>? formatterValues;