menu
flutter_native_contact_picker package
documentation
model/contact.dart
Contact
Contact.new constructor
Contact.new constructor
dark_mode
light_mode
Contact
constructor
Contact
(
{
String
?
fullName
,
List
<
String
>
?
phoneNumbers
,
})
Implementation
Contact({this.fullName, this.phoneNumbers});
flutter_native_contact_picker package
documentation
model/contact
Contact
Contact.new constructor
Contact class