RevokeConsentRequest constructor

RevokeConsentRequest({
  1. String? consentArtifact,
})

Implementation

RevokeConsentRequest({
  this.consentArtifact,
});