RoomFilter constructor

RoomFilter({
  1. StateFilter? accountData,
  2. StateFilter? ephemeral,
  3. bool? includeLeave,
  4. List<String>? notRooms,
  5. List<String>? rooms,
  6. StateFilter? state,
  7. StateFilter? timeline,
})

Implementation

RoomFilter({
  this.accountData,
  this.ephemeral,
  this.includeLeave,
  this.notRooms,
  this.rooms,
  this.state,
  this.timeline,
});