ConsentWithdrawn class

Implemented types
Annotations

Constructors

ConsentWithdrawn({bool? all, String? documentId, String? documentVersion, String? documentName, String? documentDescription, List<ConsentDocument> consentDocuments = const [], Set<SelfDescribingJson> contexts = const {}})
Create a ConsentWithdrawn event
const

Properties

all bool?
all Whether all consent is to be withdrawn.
final
consentDocuments List<ConsentDocument>
consentDocuments An array of associated documents.
final
contexts Set<SelfDescribingJson>
contexts Attached custom contexts
final
documentDescription String?
documentDescription The consent document description.
final
documentId String?
documentId The document ID.
final
documentName String?
documentName The name of the consent document.
final
documentVersion String?
documentVersion The document's version.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attach({required Set<SelfDescribingJson> contexts}) ConsentWithdrawn
attach Attaches additional contexts to the event
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
Converts the event object to JSON.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override