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