fromJson static method

ImagesUpdated fromJson(
  1. String json
)

Implementation

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