ProductId constructor

ProductId({
  1. String? productId,
})

Implementation

ProductId({
  this.productId,
});