ConsentWithdrawn constructor

const ConsentWithdrawn({
  1. bool? all,
  2. String? documentId,
  3. String? documentVersion,
  4. String? documentName,
  5. String? documentDescription,
  6. List<ConsentDocument> consentDocuments = const [],
  7. Set<SelfDescribingJson> contexts = const {},
})

Create a ConsentWithdrawn event

Implementation

const ConsentWithdrawn({
  this.all,
  this.documentId,
  this.documentVersion,
  this.documentName,
  this.documentDescription,
  this.consentDocuments = const [],
  this.contexts = const {},
});