contactIdentifier property

  1. @JsonKey(name: "source_id")
  2. @HiveField(1)
String? contactIdentifier
final

Source id of contact obtained on contact create

Implementation

@JsonKey(name: "source_id")
@HiveField(1)
final String? contactIdentifier;