Converts the instance to a JSON map.
Map<String, dynamic> toJson() { return { 'id': id, 'rewardCode': rewardCode, 'title': title, 'description': description, 'points': points, }; }