InventoryDeletionSummary constructor
InventoryDeletionSummary({
- int? remainingCount,
- List<
InventoryDeletionSummaryItem> ? summaryItems, - int? totalCount,
Implementation
InventoryDeletionSummary({
this.remainingCount,
this.summaryItems,
this.totalCount,
});