Phone constructor
- String number,
- {PhoneLabel label: PhoneLabel.mobile,
- String customLabel: "",
- bool isPrimary: false}
Implementation
Phone(this.number,
{this.label = PhoneLabel.mobile,
this.customLabel = "",
this.isPrimary = false});
Phone(this.number,
{this.label = PhoneLabel.mobile,
this.customLabel = "",
this.isPrimary = false});