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
,
String
?
selectedPhoneNumber
,
})
Implementation
Contact({ this.fullName, this.phoneNumbers, this.selectedPhoneNumber, });
flutter_native_contact_picker package
documentation
model/contact
Contact
Contact.new constructor
Contact class