FeatureFlag constructor
const
FeatureFlag({})
Creates a new feature flag.
Implementation
const FeatureFlag({
required this.key,
required this.name,
this.description,
this.isEnabled = false,
this.category,
});
Creates a new feature flag.
const FeatureFlag({
required this.key,
required this.name,
this.description,
this.isEnabled = false,
this.category,
});