ProductSet constructor

ProductSet({
  1. String? displayName,
  2. Status? indexError,
  3. String? indexTime,
  4. String? name,
})

Implementation

ProductSet({
  this.displayName,
  this.indexError,
  this.indexTime,
  this.name,
});