ProductImageEntity constructor

ProductImageEntity({
  1. String? imageId,
})

Implementation

ProductImageEntity({
  this.imageId,
});