Map<String, dynamic> toJson() { return { 'exemptionReason': exemptionReason.toJson(), 'cookieLine': cookieLine, 'cookie': cookie.toJson(), }; }