Map<String, dynamic> toJson() { return { 'permission': permission, 'consent_status': consentStatus.value, 'timestamp': timestamp, }; }