FeaturesConfig.fromYaml constructor
FeaturesConfig.fromYaml(
- Map m
Implementation
factory FeaturesConfig.fromYaml(Map m) => FeaturesConfig(
uiFeedback: m['ui_feedback'] as bool? ?? false,
flavors: m['flavors'] as bool? ?? false,
notifications: m['notifications'] as bool? ?? false,
);