flutter_contacts
contact
Contact
id property
id
flutter_contacts
contact
Contact
id property
Contact class
Constructors
Contact
create
fromJson
Properties
accounts
addresses
displayName
emails
events
hashCode
id
name
normalizedName
notes
organizations
phones
photo
runtimeType
socialMedias
websites
Methods
noSuchMethod
toJson
toString
Operators
operator ==
id
property
String
id
@
JsonKey
(required: true), read / write
Contact ID, corresponding to the native contact ID.
Implementation
@JsonKey(required: true) String id;