isPrimary property

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

Android has a notion of primary email, so that "send an email to X" means sending an email to X's primary email, in case there are multiple. Android only.

Implementation

@JsonKey(defaultValue: false)
bool isPrimary;