Invitation 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
-
accept(
) → Future< bool> - accept invitation about me to this room
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
isDm(
) → bool - whether this is an invite to a DM
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
originServerTs(
) → int? - get the timestamp of this invitation in milliseconds
-
reject(
) → Future< bool> - reject invitation about me to this room
-
room(
) → Room - get the room of this invitation
-
roomIdStr(
) → String - the RoomId as a String
-
senderIdStr(
) → String - get the user id of this invitation sender as string
-
senderProfile(
) → UserProfile? - get the user profile that contains avatar and display name
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited