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