menu
narayan_system_core package
documentation
replay/replay_state.dart
InventoryState
getQuantity method
getQuantity method
dark_mode
light_mode
getQuantity
method
int
getQuantity
(
String
productId
)
Implementation
int getQuantity(String productId) => stocks[productId] ?? 0;
narayan_system_core package
documentation
replay/replay_state
InventoryState
getQuantity method
InventoryState class