BusinessRecipients constructor
const
BusinessRecipients({})
Business Recipients constructor.
Implementation
const BusinessRecipients({
required this.existingChats,
required this.newChats,
required this.contacts,
required this.nonContacts,
required this.excludeSelected,
this.users,
}) : super._();