fromJson static method

GameInfo fromJson(
  1. String json
)

Implementation

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