InventoryReportStockReconciliationState class
abstract
Methods
-
map<TResult extends Object?>({required TResult loading(InventoryReportLoadingState value), required TResult empty(InventoryReportEmptyState value), required TResult stock(InventoryReportStockState value), required TResult stockReconciliation(InventoryReportStockReconciliationState value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? loading(InventoryReportLoadingState value)?, TResult? empty(InventoryReportEmptyState value)?, TResult? stock(InventoryReportStockState value)?, TResult? stockReconciliation(InventoryReportStockReconciliationState value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult loading(InventoryReportLoadingState value)?, TResult empty(InventoryReportEmptyState value)?, TResult stock(InventoryReportStockState value)?, TResult stockReconciliation(InventoryReportStockReconciliationState value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult loading()?, TResult empty()?, TResult stock(Map<String, List<StockModel>> stockData)?, TResult stockReconciliation(Map<String, List<StockReconciliationModel>> data)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult loading(), required TResult empty(), required TResult stock(Map<String, List<StockModel>> stockData), required TResult stockReconciliation(Map<String, List<StockReconciliationModel>> data)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? loading()?, TResult? empty()?, TResult? stock(Map<String, List<StockModel>> stockData)?, TResult? stockReconciliation(Map<String, List<StockReconciliationModel>> data)?})
→ TResult?
-
inherited