rawId property

String rawId
@JsonKey(required: true), read / write

The ID of the raw contact. It's different from the contact ID.

Implementation

@JsonKey(required: true)
String rawId;