getQuantity method

int getQuantity(
  1. String productId
)

Implementation

int getQuantity(String productId) => stocks[productId] ?? 0;