CommandJoin constructor

const CommandJoin({
  1. required String channel,
  2. required String? key,
})

Implementation

const CommandJoin({
  required this.channel,
  required this.key,
});