ChannelParticipantsContacts constructor

const ChannelParticipantsContacts({
  1. required String q,
})

Channel Participants Contacts constructor.

Implementation

const ChannelParticipantsContacts({
  required this.q,
}) : super._();