RPConsentSignatureResult class

Represents a signature applied to a given consent document. It indicates if a given consent document has been signed by a user.

Inheritance
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Constructors

RPConsentSignatureResult()
RPConsentSignatureResult.fromJson(Map<String, dynamic> json)
factory
RPConsentSignatureResult.withParams(String identifier, RPConsentDocument consentDocument, RPSignatureResult signature)

Properties

consentDocument RPConsentDocument
The linked Consent Document which the user signed
read / write
signature RPSignatureResult
The signature which contains the name and signature image
read / write
signingDate DateTime
The time when the document was signed
read-only
userID String
the ID of the user which signed the document
read / write
endDate DateTime
The time when the participant finished the task or result
read / write, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
identifier String
The identifier which connects the result to the step or task which produced it. [...]
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
startDate DateTime
The time when the participant started the task or result
read / write, inherited

Methods

toJson() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited