EntryRedemptionResponse constructor
EntryRedemptionResponse({})
Implementation
EntryRedemptionResponse({
required this.id,
required this.createdAt,
required this.points,
this.prizeName,
this.code,
this.state,
});