SupportedDatabaseFlag constructor

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

Implementation

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