menu
air_framework package
documentation
framework/communication/schema_validation.dart
StringSchema
StringSchema.new const constructor
StringSchema.new const constructor
dark_mode
light_mode
StringSchema
constructor
const
StringSchema
(
{
bool
required
=
false
,
int
?
minLength
,
int
?
maxLength
,
String
?
pattern
,
})
Implementation
const StringSchema({ this.required = false, this.minLength, this.maxLength, this.pattern, });
air_framework package
documentation
framework/communication/schema_validation
StringSchema
StringSchema.new const constructor
StringSchema class