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