stockUnit property

  1. @override
StockUnit get stockUnit
inherited

Implementation

@override
StockUnit get stockUnit {
  _$stockUnitAtom.reportRead();
  return super.stockUnit;
}
  1. @override
set stockUnit (StockUnit value)
inherited

Implementation

@override
set stockUnit(StockUnit value) {
  _$stockUnitAtom.reportWrite(value, super.stockUnit, () {
    super.stockUnit = value;
  });
}