Map<String, dynamic> toJson() => { 'inviter': inviter, 'invitees': invitees, 'type': type, 'custom_data': customData, };