TextChannel constructor

TextChannel(
  1. String id,
  2. String name,
  3. Guild guild,
  4. int channelType,
  5. String topic,
)

Implementation

TextChannel(String id, String name, Guild guild, int channelType, this.topic)
    : super(id: id, name: name, guild: guild, type: channelType);