commandString property

String get commandString

Implementation

String get commandString {
  switch (this) {
    case ChannelType.group:
      return 'group';
    case ChannelType.open:
      return 'open';
  }
}