InventoryTypeTargeting constructor

InventoryTypeTargeting({
  1. List<String>? inventoryTypes,
})

Implementation

InventoryTypeTargeting({
  this.inventoryTypes,
});