Email constructor

Email({
  1. String? value,
})

Implementation

Email({this.value});