LoyaltyEventResponse constructor

LoyaltyEventResponse({
  1. LoyaltyEvent? event,
  2. List<SquareError>? errors,
  3. String? cursor,
  4. List<LoyaltyEvent>? events,
})

Implementation

LoyaltyEventResponse({
  this.event, this.errors, this.cursor, this.events
});