vcard property

  1. @JsonKey(name: 'vcard')
String? get vcard
inherited

Optional. Additional data about the contact in the form of a vCard, 0-2048 bytes

Implementation

@JsonKey(name: 'vcard')
String? get vcard;