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