fromJson static method

GameTable fromJson(
  1. String json
)

Implementation

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