ExplainDataAccessConsentScope constructor

ExplainDataAccessConsentScope({
  1. ConsentAccessorScope? accessorScope,
  2. String? decision,
  3. List<ExplainDataAccessConsentInfo>? enforcingConsents,
  4. List<ExplainDataAccessConsentScope>? exceptions,
})

Implementation

ExplainDataAccessConsentScope({
  this.accessorScope,
  this.decision,
  this.enforcingConsents,
  this.exceptions,
});