menu
flutter_native_contact_picker package
documentation
model/contact.dart
Contact
phoneNumbers property
phoneNumbers property
dark_mode
light_mode
phoneNumbers
property
List
<
String
>
?
phoneNumbers
final
List of all phone numbers associated with the contact.
Implementation
final List<String>? phoneNumbers;
flutter_native_contact_picker package
documentation
model/contact
Contact
phoneNumbers property
Contact class