SearchViewResults constructor

const SearchViewResults(
  1. List<RxChat> chats,
  2. List<RxUser> users,
  3. List<RxChatContact> contacts,
  4. List<RxUser> recent,
)

Implementation

const SearchViewResults(this.chats, this.users, this.contacts, this.recent);