ExplainDataAccessConsentInfo constructor

ExplainDataAccessConsentInfo({
  1. List<String>? cascadeOrigins,
  2. String? consentResource,
  3. String? enforcementTime,
  4. List<ConsentAccessorScope>? matchingAccessorScopes,
  5. String? patientConsentOwner,
  6. String? type,
  7. List<String>? variants,
})

Implementation

ExplainDataAccessConsentInfo({
  this.cascadeOrigins,
  this.consentResource,
  this.enforcementTime,
  this.matchingAccessorScopes,
  this.patientConsentOwner,
  this.type,
  this.variants,
});