EmailAddress constructor

EmailAddress({
  1. String address,
  2. String display,
})

Implementation

EmailAddress({this.address, this.display});