InventoryResultEntity constructor

InventoryResultEntity({
  1. Map<String, InventoryResultItem>? data,
  2. String? id,
})

Implementation

InventoryResultEntity({
  this.data,
  this.id,
});