NiceFeatureFlag constructor
Implementation
const NiceFeatureFlag({
required this.key,
required this.name,
this.description,
this.enabled = false,
this.percentage = 100,
this.environments = const [],
});
const NiceFeatureFlag({
required this.key,
required this.name,
this.description,
this.enabled = false,
this.percentage = 100,
this.environments = const [],
});