GuildChannelConverter<T extends GuildChannel> constructor

const GuildChannelConverter<T extends GuildChannel>(
  1. List<ChannelType>? channelTypes
)

Create a new GuildChannelConverter.

Implementation

const GuildChannelConverter(this.channelTypes);