LiaCountrySettings constructor
LiaCountrySettings({
- LiaAboutPageSettings? about,
- String? country,
- bool? hostedLocalStorefrontActive,
- LiaInventorySettings? inventory,
- LiaOmnichannelExperience? omnichannelExperience,
- LiaOnDisplayToOrderSettings? onDisplayToOrder,
- LiaPosDataProvider? posDataProvider,
- bool? storePickupActive,
Implementation
LiaCountrySettings({
this.about,
this.country,
this.hostedLocalStorefrontActive,
this.inventory,
this.omnichannelExperience,
this.onDisplayToOrder,
this.posDataProvider,
this.storePickupActive,
});