FeatureFlagCondition constructor

FeatureFlagCondition({
  1. String flagName = '',
  2. FlagDataType dataType = FlagDataType.string,
})

Implementation

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