InvalidEmailException constructor

InvalidEmailException(
  1. String email
)

Implementation

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