fromJson static method

GameObject fromJson(
  1. String json
)

Implementation

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