menu
rdev_feature_toggles package
documentation
domain/feature_toggle_vo.dart
FeatureToggleEntryVO
FeatureToggleEntryVO.new const constructor
FeatureToggleEntryVO.new const constructor
dark_mode
light_mode
FeatureToggleEntryVO
constructor
const
FeatureToggleEntryVO
(
{
required
bool
value
,
required
String
name
,
})
Implementation
const FeatureToggleEntryVO({ required this.value, required this.name, });
rdev_feature_toggles package
documentation
domain/feature_toggle_vo
FeatureToggleEntryVO
FeatureToggleEntryVO.new const constructor
FeatureToggleEntryVO class