SuperInviteToken class

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

acceptedCount() int
How often this token has been redeemed
createDm() bool
whether or not this token will create a DM with the new user
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refDetails() RefDetails
get the internal reference object
rooms() FfiListFfiString
Which rooms the redeemer will be invited to
token() String
the textual ID of the token
toString() String
A string representation of this object.
inherited
updateBuilder() SuperInvitesTokenUpdateBuilder
Updater for this SuperInviteToken

Operators

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