RoomEventFilter constructor

RoomEventFilter({
  1. bool? containsUrl,
  2. bool? includeRedundantMembers,
  3. bool? lazyLoadMembers,
  4. List<String>? notRooms,
  5. List<String>? rooms,
  6. bool? unreadThreadNotifications,
})

Implementation

RoomEventFilter({
  this.containsUrl,
  this.includeRedundantMembers,
  this.lazyLoadMembers,
  this.notRooms,
  this.rooms,
  this.unreadThreadNotifications,
});