menu
flutter_contacts_pro package
documentation
models/android/raw_contact.dart
RawContact
RawContact.new const constructor
RawContact.new const constructor
dark_mode
light_mode
RawContact
constructor
const
RawContact
(
{
String
?
rawContactId
,
String
?
sourceId
,
Account
?
account
,
})
Implementation
const RawContact({this.rawContactId, this.sourceId, this.account});
flutter_contacts_pro package
documentation
models/android/raw_contact
RawContact
RawContact.new const constructor
RawContact class