RewardResponse constructor
RewardResponse({})
Implementation
RewardResponse({
required this.ok,
required this.page,
required this.pageSize,
required this.totalPages,
required this.totalData,
required this.object,
});