SuperInvitesTokenUpdateBuilder class
Updater/Creator for an invite token
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
-
addRoom(
String room) → void - add a room to the updater
-
createDm(
bool value) → void - set the create_dm field
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeRoom(
String room) → void - remove a room from the updater
-
token(
String token) → void - set the token name
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited