MessageKindCtcp constructor

const MessageKindCtcp({
  1. required String command,
})

Implementation

const MessageKindCtcp({
  required this.command,
});