FeatureFlagCondition constructor
FeatureFlagCondition({
- String flagName = '',
- FlagDataType dataType = FlagDataType.string,
Implementation
FeatureFlagCondition(
{this.flagName = '', this.dataType = FlagDataType.string})
: super(schemaType: schemaName);