stockUnit property
Implementation
@override
StockUnit get stockUnit {
_$stockUnitAtom.reportRead();
return super.stockUnit;
}
Implementation
@override
set stockUnit(StockUnit value) {
_$stockUnitAtom.reportWrite(value, super.stockUnit, () {
super.stockUnit = value;
});
}