CommandPart constructor

const CommandPart({
  1. required String channel,
  2. required String? reason,
})

Implementation

const CommandPart({
  required this.channel,
  required this.reason,
});