$InventorySourceGroup constructor

$InventorySourceGroup({
  1. String? displayName,
  2. String? inventorySourceGroupId,
  3. String? name,
})

Implementation

$InventorySourceGroup({
  this.displayName,
  this.inventorySourceGroupId,
  this.name,
});