Product Compare View Model
class ProductCompareViewModel @Inject constructor( taxonomiesRepository: TaxonomiesRepository, localeManager: LocaleManager, matomoAnalytics: MatomoAnalytics, dispatchers: CoroutineDispatchers, productRepository: ProductRepository) : ViewModel
Content copied to clipboard
Constructors
Link copied to clipboard
@Inject
Content copied to clipboard
Types
Link copied to clipboard
data class CompareProduct(val product: Product, val additiveNames: List<AdditiveName>)
Content copied to clipboard
Link copied to clipboard
Functions
Properties
Link copied to clipboard
val productsFlow: StateFlow<List<ProductCompareViewModel.CompareProduct>>
Content copied to clipboard