customValues property

Map<String, Map<dynamic, String>>? customValues

Custom values, used to modify certain values, this property should only be used in custom package locations that use internationalization.

Implementation

Map<String, Map<dynamic, String>>? get customValues => null;