fromJson static method

LocalWorldEvent fromJson(
  1. String json
)

Implementation

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