menu
flutter_native_contact_picker_plus package
documentation
model/contact_model.dart
Contact
phoneNumbers property
phoneNumbers property
dark_mode
light_mode
phoneNumbers
property
List
<
String
>
?
phoneNumbers
final
All phone numbers associated with this contact.
Implementation
final List<String>? phoneNumbers;
flutter_native_contact_picker_plus package
documentation
model/contact_model
Contact
phoneNumbers property
Contact class