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