toJson method

String toJson()
inherited

Implementation

String toJson() {
  return BoardsSpawnRequestMapper.ensureInitialized()
      .encodeJson<BoardsSpawnRequest>(this as BoardsSpawnRequest);
}