OmnichannelSetting constructor

OmnichannelSetting({
  1. About? about,
  2. InStock? inStock,
  3. InventoryVerification? inventoryVerification,
  4. LfpLink? lfpLink,
  5. String? lsfType,
  6. String? name,
  7. OnDisplayToOrder? odo,
  8. Pickup? pickup,
  9. String? regionCode,
})

Implementation

OmnichannelSetting({
  this.about,
  this.inStock,
  this.inventoryVerification,
  this.lfpLink,
  this.lsfType,
  this.name,
  this.odo,
  this.pickup,
  this.regionCode,
});