CheckDataAccessResponse constructor
CheckDataAccessResponse({
- Map<
String, ConsentEvaluation> ? consentDetails, - bool? consented,
Implementation
CheckDataAccessResponse({
this.consentDetails,
this.consented,
});