FlutterContactsConfig class

Constructors

FlutterContactsConfig()

Properties

hashCode int
The hash code for this object.
no setterinherited
includeNonVisibleOnAndroid bool
Non-visible contacts on Android are contacts that are not part of a group, and are excluded by default.
getter/setter pair
includeNotesOnIos13AndAbove bool
Whether to include notes in the properties on iOS13 and above.
getter/setter pair
returnUnifiedContacts bool
Return unified contacts instead of raw contacts.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vCardVersion VCardVersion
The vCard version to use when exporting to VCard. V4 is the most current, but V3 is the most commonly supported.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited