Data constructor

Data({
  1. Product? product,
})

Implementation

Data({
  this.product,
});