ProductCode constructor

ProductCode({
  1. String? code,
  2. String? productType,
})

Implementation

ProductCode({
  this.code,
  this.productType,
});