fromJson static method

TeamRemoved fromJson(
  1. String json
)

Implementation

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