CommandSetTopic constructor

const CommandSetTopic({
  1. required String channel,
  2. required String? topic,
})

Implementation

const CommandSetTopic({
  required this.channel,
  required this.topic,
});