fromJson static method

ObjectsRemoved fromJson(
  1. String json
)

Implementation

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