LfpMerchantState constructor
      
      LfpMerchantState({ 
    
    
- List<
CountrySettings> ? countrySettings, - InventoryStats? inventoryStats,
 - String? linkedGbps,
 - String? name,
 - List<
LfpStoreState> ? storeStates, 
Implementation
LfpMerchantState({
  this.countrySettings,
  this.inventoryStats,
  this.linkedGbps,
  this.name,
  this.storeStates,
});