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