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