InvalidEmailException constructor
InvalidEmailException(
- String email
Implementation
InvalidEmailException(this.email)
: super(message: '$email is not a valid email');
InvalidEmailException(this.email)
: super(message: '$email is not a valid email');