TrackLoyaltyPointsViewedEventArgs constructor

TrackLoyaltyPointsViewedEventArgs({
  1. required String pointsBalance,
  2. String? tier,
  3. String? source,
})

Implementation

TrackLoyaltyPointsViewedEventArgs({
  required this.pointsBalance,
  this.tier,
  this.source,
});