FlutterContactsConfig class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- includeNonVisibleOnAndroid ↔ bool
-
Non-visible contacts on Android are contacts that are not part of a group,
and are excluded by default. [...]
read / write
- includeNotesOnIos13AndAbove ↔ bool
-
Whether to include notes in the properties on iOS13 and above. [...]
read / write
- returnUnifiedContacts ↔ bool
-
Return unified contacts instead of raw contacts. [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- vCardVersion ↔ VCardVersion
-
The vCard version to use when exporting to VCard. V4 is the most current,
but V3 is the most commonly supported.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited