SuperInviteInfo 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

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.
hasRedeemed() bool
whether or not this token has been redeemed by the caller
inviterAvatarUrlStr() String?
the Avatar URl of the inviter if known
inviterDisplayNameStr() String?
the display_name of the inviter if known
inviterUserIdStr() String
the UserId of the inviter
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
roomsCount() int
the number of rooms that will be added - includes DM if created
toString() String
A string representation of this object.
inherited

Operators

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