RecentChatsFilter constructor

RecentChatsFilter({
  1. bool? noFavorite,
  2. bool? ongoingCalls,
  3. bool? archived,
})

Implementation

RecentChatsFilter({
  this.noFavorite,
  this.ongoingCalls,
  this.archived,
});