FeatureFlag constructor
Implementation
const FeatureFlag({
required this.key,
required this.defaultValue,
this.overrideValue,
this.options,
this.isForced = false,
this.isRemote = false,
});
const FeatureFlag({
required this.key,
required this.defaultValue,
this.overrideValue,
this.options,
this.isForced = false,
this.isRemote = false,
});