ContactsFound constructor

const ContactsFound({
  1. required List<PeerBase> myResults,
  2. required List<PeerBase> results,
  3. required List<ChatBase> chats,
  4. required List<UserBase> users,
})

Contacts Found constructor.

Implementation

const ContactsFound({
  required this.myResults,
  required this.results,
  required this.chats,
  required this.users,
}) : super._();