menu
rdev_feature_toggles package
documentation
domain/feature_toggle_vo.dart
FeatureToggleVO
FeatureToggleVO.new const constructor
FeatureToggleVO.new const constructor
dark_mode
light_mode
FeatureToggleVO
constructor
const
FeatureToggleVO
(
{
List
<
FeatureToggleEntryVO
>
?
toggles
,
required
String
uid
,
Map
<
String
,
String
>
?
parent
,
})
Implementation
const FeatureToggleVO({this.toggles, required this.uid, this.parent});
rdev_feature_toggles package
documentation
domain/feature_toggle_vo
FeatureToggleVO
FeatureToggleVO.new const constructor
FeatureToggleVO class