AppMetricaECommerceReferrer constructor

const AppMetricaECommerceReferrer({
  1. String? type,
  2. String? identifier,
  3. AppMetricaECommerceScreen? screen,
})

Creates an object with information about the transition source.

Implementation

const AppMetricaECommerceReferrer({this.type, this.identifier, this.screen});