ResultImage constructor

ResultImage({
  1. int? byteSize,
  2. String? contextLink,
  3. int? height,
  4. int? thumbnailHeight,
  5. String? thumbnailLink,
  6. int? thumbnailWidth,
  7. int? width,
})

Implementation

ResultImage({
  this.byteSize,
  this.contextLink,
  this.height,
  this.thumbnailHeight,
  this.thumbnailLink,
  this.thumbnailWidth,
  this.width,
});