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