isPrimary property

bool isPrimary
@JsonKey(defaultValue: false), read / write

Android has a notion of primary phone, so that "call X" means call X's primary phone number, in case there are multiple. Android only.

Implementation

@JsonKey(defaultValue: false)
bool isPrimary;