LiaCountrySettings constructor

LiaCountrySettings({
  1. LiaAboutPageSettings? about,
  2. String? country,
  3. bool? hostedLocalStorefrontActive,
  4. LiaInventorySettings? inventory,
  5. LiaOmnichannelExperience? omnichannelExperience,
  6. LiaOnDisplayToOrderSettings? onDisplayToOrder,
  7. LiaPosDataProvider? posDataProvider,
  8. bool? storePickupActive,
})

Implementation

LiaCountrySettings({
  this.about,
  this.country,
  this.hostedLocalStorefrontActive,
  this.inventory,
  this.omnichannelExperience,
  this.onDisplayToOrder,
  this.posDataProvider,
  this.storePickupActive,
});