EmailAddressEntry constructor

EmailAddressEntry()
Initializes a new instance of the

Implementation

EmailAddressEntry() : super() {
  this.emailAddress = new complex.EmailAddress();
  this.emailAddress!.addOnChangeEvent(this.EmailAddressChanged);
}