menu
gmana package
documentation
validator/email_validator.dart
EmailTooLongIssue
EmailTooLongIssue.new const constructor
EmailTooLongIssue.new const constructor
dark_mode
light_mode
EmailTooLongIssue
constructor
const
EmailTooLongIssue
(
{
required
int
currentLength
,
required
int
maxLength
,
})
Implementation
const EmailTooLongIssue({ required this.currentLength, required this.maxLength, });
gmana package
documentation
validator/email_validator
EmailTooLongIssue
EmailTooLongIssue.new const constructor
EmailTooLongIssue class