stockIssued property

num get stockIssued

Implementation

num get stockIssued => _getQuantityCount(
      stockModels.where((e) =>
          e.transactionType == TransactionType.dispatched.toValue() &&
          e.transactionReason == null),
    );