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