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