ChannelsGetAdminedPublicChannels constructor

const ChannelsGetAdminedPublicChannels({
  1. required bool byLocation,
  2. required bool checkLimit,
  3. required bool forPersonal,
  4. required bool forCommunityPeer,
})

Channels Get Admined Public Channels constructor.

Implementation

const ChannelsGetAdminedPublicChannels({
  required this.byLocation,
  required this.checkLimit,
  required this.forPersonal,
  required this.forCommunityPeer,
}) : super._();