menu
betto_schema
betto_schema.dart
StringRule
StringRule.new const constructor
StringRule.new
dark_mode
light_mode
StringRule
constructor
const
StringRule
(
{
int
?
minLength
,
int
?
maxLength
,
RegExp
?
pattern
,
})
Implementation
const StringRule({this.minLength, this.maxLength, this.pattern});
betto_schema
betto_schema
StringRule
StringRule.new const constructor
StringRule class