ProductImage.raw constructor

ProductImage.raw({
  1. ImageSize? size,
  2. String? url,
  3. required String imgid,
  4. int? width,
  5. int? height,
  6. DateTime? uploaded,
})

Implementation

ProductImage.raw({
  this.size,
  this.url,
  required String this.imgid,
  this.width,
  this.height,
  this.uploaded,
})  : language = null,
      field = null;