fromJson static method

ResetWorld fromJson(
  1. String json
)

Implementation

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