fromJson static method

PlayableWorldEvent fromJson(
  1. String json
)

Implementation

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