ConsentDocument class

Annotations

Constructors

ConsentDocument({String? documentId, String? documentVersion, String? documentName, String? documentDescription})
Create a ConsentDocument
const

Properties

documentDescription String?
documentDescription The consent document description.
final
documentId String?
documentId The document ID.
final
documentName String?
documentName Name of the consent document.
final
documentVersion String?
documentVersion The version of the document.
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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, Object?>
Converts the consent document object to JSON.
toString() String
A string representation of this object.
inherited

Operators

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