MmSearchAllChannelsRequest constructor
MmSearchAllChannelsRequest({})
Returns a new MmSearchAllChannelsRequest instance.
Implementation
MmSearchAllChannelsRequest({
required this.term,
this.notAssociatedToGroup,
this.excludeDefaultChannels,
this.teamIds = const [],
this.groupConstrained,
this.excludeGroupConstrained,
this.public,
this.private,
this.deleted,
this.page,
this.perPage,
this.excludePolicyConstrained = false,
});