Images constructor

Images({
  1. int? id,
  2. int? productId,
  3. int? position,
  4. String? createdAt,
  5. String? updatedAt,
  6. String? alt,
  7. int? width,
  8. int? height,
  9. String? src,
  10. List<int>? variantIds,
  11. String? adminGraphqlApiId,
})

Implementation

Images(
    {this.id,
    this.productId,
    this.position,
    this.createdAt,
    this.updatedAt,
    this.alt,
    this.width,
    this.height,
    this.src,
    this.variantIds,
    this.adminGraphqlApiId});