stockInHand property
num
get
stockInHand
Implementation
num get stockInHand =>
(stockReceived + stockReturned) -
(stockIssued + stockDamaged + stockLost);
num get stockInHand =>
(stockReceived + stockReturned) -
(stockIssued + stockDamaged + stockLost);