GetRoomSummaryResponse$2 class
- Implementers
- Annotations
-
- @_NameSource('generated')
Constructors
- GetRoomSummaryResponse$2.new({Membership? membership})
-
GetRoomSummaryResponse$2.fromJson(Map<
String, Object?> json)
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- membership ↔ Membership?
-
The membership state of the user if the user is joined to the room. Absent
if the API was called unauthenticated.
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
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override