fromJson static method

ObjectsSpawned fromJson(
  1. String json
)

Implementation

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