fromJson static method

GameProperty fromJson(
  1. String json
)

Implementation

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