Map<String, dynamic> toJson() { final activityId = this.activityId; return { 'activityId': activityId, }; }