MatexLotDescriptor constructor

const MatexLotDescriptor({
  1. num multiplier = _kMultiplier,
  2. bool exists = _kExists,
})

Implementation

const MatexLotDescriptor({
  this.multiplier = _kMultiplier,
  this.exists = _kExists,
});