StateFilter constructor

StateFilter({
  1. int? limit,
  2. List<String>? notSenders,
  3. List<String>? notTypes,
  4. List<String>? senders,
  5. List<String>? types,
  6. bool? containsUrl,
  7. bool? includeRedundantMembers,
  8. bool? lazyLoadMembers,
  9. List<String>? notRooms,
  10. List<String>? rooms,
  11. bool? unreadThreadNotifications,
})

Implementation

StateFilter({
  this.limit,
  this.notSenders,
  this.notTypes,
  this.senders,
  this.types,
  this.containsUrl,
  this.includeRedundantMembers,
  this.lazyLoadMembers,
  this.notRooms,
  this.rooms,
  this.unreadThreadNotifications,
});