GetRoomSummaryResponse$1 constructor

GetRoomSummaryResponse$1({
  1. List<String>? allowedRoomIds,
  2. String? encryption,
  3. String? roomType,
  4. String? roomVersion,
})

Implementation

GetRoomSummaryResponse$1({
  this.allowedRoomIds,
  this.encryption,
  this.roomType,
  this.roomVersion,
});