flutter_contacts
contact
Contact
phones property
phones
flutter_contacts
contact
Contact
phones 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 ==
phones
property
List
<
Phone
>
phones
@
JsonKey
(defaultValue: const []), read / write
Phone numbers
Implementation
@JsonKey(defaultValue: []) List<Phone> phones;