LoyaltyPointResponse constructor
LoyaltyPointResponse({
- List<
SquareError> ? errors, - int? points,
Implementation
LoyaltyPointResponse({
this.errors, this.points
});