SupportedDatabaseFlag constructor

SupportedDatabaseFlag({
  1. bool? acceptsMultipleValues,
  2. String? flagName,
  3. IntegerRestrictions? integerRestrictions,
  4. String? name,
  5. String? recommendedIntegerValue,
  6. String? recommendedStringValue,
  7. bool? requiresDbRestart,
  8. String? scope,
  9. StringRestrictions? stringRestrictions,
  10. List<String>? supportedDbVersions,
  11. String? valueType,
})

Implementation

SupportedDatabaseFlag({
  this.acceptsMultipleValues,
  this.flagName,
  this.integerRestrictions,
  this.name,
  this.recommendedIntegerValue,
  this.recommendedStringValue,
  this.requiresDbRestart,
  this.scope,
  this.stringRestrictions,
  this.supportedDbVersions,
  this.valueType,
});