MailAddress constructor

const MailAddress(
  1. String email, [
  2. String? name
])

Implementation

const MailAddress(this.email, [this.name]);