EmailValidator constructor

const EmailValidator(
  1. String error
)

Implementation

const EmailValidator(String error) : super(error);