SupportedDatabaseFlag constructor
SupportedDatabaseFlag({
- bool? acceptsMultipleValues,
- String? flagName,
- IntegerRestrictions? integerRestrictions,
- String? name,
- bool? requiresDbRestart,
- StringRestrictions? stringRestrictions,
- List<
String> ? supportedDbVersions, - String? valueType,
Implementation
SupportedDatabaseFlag({
this.acceptsMultipleValues,
this.flagName,
this.integerRestrictions,
this.name,
this.requiresDbRestart,
this.stringRestrictions,
this.supportedDbVersions,
this.valueType,
});