ContactsSearch constructor

const ContactsSearch({
  1. required bool broadcasts,
  2. required bool bots,
  3. required String q,
  4. required int limit,
})

Contacts Search constructor.

Implementation

const ContactsSearch({
  required this.broadcasts,
  required this.bots,
  required this.q,
  required this.limit,
}) : super._();