ObjectInvitationsManager class

Reference of explicit invitations to a particular item

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

drop() → void
Manually drops the object and unregisters the FinalizableHandle.
hasInvitations() bool
Whether or not any invitations exist
invite(String userId) Future<String>
invite a specific user to this object, returns the event_id
invited() FfiListFfiString
Get the list of users that were invited
isInvited() bool
Whether or not this user has been invited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<ObjectInvitationsManager>
reload the data from the database
subscribeStream() Stream<bool>
subscribe to the changes this manager
toString() String
A string representation of this object.
inherited

Operators

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