LfpMerchantState constructor

LfpMerchantState({
  1. List<CountrySettings>? countrySettings,
  2. InventoryStats? inventoryStats,
  3. String? linkedGbps,
  4. String? name,
  5. List<LfpStoreState>? storeStates,
})

Implementation

LfpMerchantState({
  this.countrySettings,
  this.inventoryStats,
  this.linkedGbps,
  this.name,
  this.storeStates,
});