ECommerceReferrer constructor

const ECommerceReferrer({
  1. String? type,
  2. String? identifier,
  3. ECommerceScreen? screen,
})

Creates an object with information about the transition source.

Implementation

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