ProductOption constructor

ProductOption({
  1. String? id,
  2. String? value,
})

Implementation

ProductOption({
  this.id,
  this.value,
});