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