Map<String, dynamic> toMap() { return { 'userId': userId, 'custom': custom, 'rewardName': rewardName, 'rewardAmount': rewardAmount, }; }