fromJson static method

GameServer fromJson(
  1. String json
)

Implementation

static GameServer fromJson(String json) {
  return ensureInitialized().decodeJson<GameServer>(json);
}