ZIMRoomAttributesQueriedResult class
Callback of the result of the room attributes quering.
Available since: 1.3.0.
Description: The callback of the result of room attributes operation.
roomAttributes Room attributes.
Constructors
-
ZIMRoomAttributesQueriedResult.new({required String roomID, required Map<
String, String> roomAttributes})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
roomAttributes
↔ Map<
String, String> -
getter/setter pair
- roomID ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited