Email constructor
- String address,
- {EmailLabel label: EmailLabel.home,
- String customLabel: "",
- bool isPrimary: false}
Implementation
Email(this.address,
{this.label = EmailLabel.home,
this.customLabel = "",
this.isPrimary = false});
Email(this.address,
{this.label = EmailLabel.home,
this.customLabel = "",
this.isPrimary = false});