fromJson static method

ImagesRequest fromJson(
  1. String json
)

Implementation

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