InventoryFilter constructor

InventoryFilter(
  1. String? prefix
)

Implementation

InventoryFilter(
  this.prefix,
);