AddContact class

Inheritance

Constructors

AddContact({required Contact contact, required bool sharePhoneNumber})
Adds a user to the contact list or edits an existing contact by their user identifier
const

Properties

contact Contact
contact The contact to add or edit; phone number may be empty and needs to be specified only if known, vCard is ignored
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharePhoneNumber bool
sharePhoneNumber Pass true to share the current user's phone number with the new contact. A corresponding rule to userPrivacySettingShowPhoneNumber will be added if needed.. Use the field userFullInfo.need_phone_number_privacy_exception to check whether the current user needs to be asked to share their phone number
final

Methods

copyWith({Contact? contact, bool? sharePhoneNumber}) AddContact
getConstructor() String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([dynamic extra]) Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CONSTRUCTOR → const String