ECommerceReferrer constructor
const
ECommerceReferrer({
- String? type,
- String? identifier,
- ECommerceScreen? screen,
Creates an object with information about the transition source.
Implementation
const ECommerceReferrer({this.type, this.identifier, this.screen});