ImageResponse constructor

ImageResponse({
  1. String? err,
  2. Map<String, String>? images,
  3. Map<String, String>? imageFills,
  4. int? status,
})

Implementation

ImageResponse({this.err, this.images, this.imageFills, this.status});