ImageResponse constructor

ImageResponse({
  1. String? result,
  2. String? suffix,
  3. String? relative,
})

Implementation

ImageResponse({this.result, this.suffix, this.relative});