Email constructor

Email(
  1. String input
)

Implementation

Email(String input) : super(validate(input));