AppMetricaECommercePrice constructor

const AppMetricaECommercePrice({
  1. required AppMetricaECommerceAmount fiat,
  2. List<AppMetricaECommerceAmount>? internalComponents,
})

Creates an object with information about the price of the product. fiat is a required parameter.

Implementation

const AppMetricaECommercePrice({required this.fiat, this.internalComponents});