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