label property

PhoneLabel label
@JsonKey(defaultValue: PhoneLabel.mobile), read / write

The label or type of phone it is. If custom, the free-form label can be found in customLabel.

Implementation

@JsonKey(defaultValue: PhoneLabel.mobile)
PhoneLabel label;