toJson method

Map toJson()

Implementation

Map toJson() {
  return {
    'join': join,
    'spectate': spectate,
    'match': match,
  };
}