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