menu
normalize package
documentation
utils.dart
NormalizationConfig
possibleTypes property
possibleTypes property
dark_mode
light_mode
possibleTypes
property
Map
<
String
,
Set
<
String
>
>
possibleTypes
final
A map from an interface/union to possible types.
Implementation
final Map<String, Set<String>> possibleTypes;
normalize package
documentation
utils
NormalizationConfig
possibleTypes property
NormalizationConfig class