TrackOtherEventArgs constructor

TrackOtherEventArgs({
  1. String? cartId,
  2. required String pageUrl,
})

Implementation

TrackOtherEventArgs({
  this.cartId,
  required this.pageUrl,
});