stockDamaged property
num
get
stockDamaged
Implementation
num get stockDamaged => _getQuantityCount(
stockModels.where((e) =>
e.transactionType == TransactionType.dispatched.toValue() &&
(e.transactionReason ==
TransactionReason.damagedInTransit.toValue() ||
e.transactionReason ==
TransactionReason.damagedInStorage.toValue())),
);