SessionDetailsData.fromJson(Map<String, dynamic> json) { id = json['id']; recordingConsentActive = json['recording_consent_active']; }