packetTypes top-level property

List<String?> packetTypes
getter/setter pair

Implementation

List<String?> packetTypes = <String?>[
  'CONNECT',
  'DISCONNECT',
  'EVENT',
  'ACK',
  'ERROR',
  'BINARY_EVENT',
  'BINARY_ACK'
];