AppMetricaECommercePrice constructor
const
AppMetricaECommercePrice({
- required AppMetricaECommerceAmount fiat,
- 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});