CalculateLoyaltyPointsResponse constructor

const CalculateLoyaltyPointsResponse({
  1. List<SquareError>? errors,
  2. int? points,
  3. int? promotionPoints,
})

Implementation

const CalculateLoyaltyPointsResponse({
  super.errors,
  this.points,
  this.promotionPoints,
});