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