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