GetRoomSummaryResponse$1 class
- Implementers
- Annotations
- 
    - @_NameSource.new('generated')
 
Constructors
- 
          GetRoomSummaryResponse$1({List<String> ? allowedRoomIds, String? encryption, String? roomType, String? roomVersion})
- 
          GetRoomSummaryResponse$1.fromJson(Map<String, Object?> json)
Properties
- 
  allowedRoomIds
  ↔ List<String> ?
- 
  If the room is a restricted room, these are the room IDs which
are specified by the join rules. Empty or omitted otherwise.
  getter/setter pair
- encryption ↔ String?
- 
  The encryption algorithm to be used to encrypt messages sent in the
room.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- roomType ↔ String?
- 
  The typeof room (fromm.room.create), if any.getter/setter pair
- roomVersion ↔ String?
- 
  The version of the room.
  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