menu
feature_source_firebase package
documentation
feature_source_firebase.dart
FeatureBool
FeatureBool.new const constructor
FeatureBool.new const constructor
dark_mode
light_mode
FeatureBool
constructor
const
FeatureBool
(
{
required
String
key
,
required
bool
value
,
})
Implementation
const FeatureBool({ required String key, required bool value, }) : super(key: key, value: value);
feature_source_firebase package
documentation
feature_source_firebase
FeatureBool
FeatureBool.new const constructor
FeatureBool class