RPConsentReviewStep class

The step for presenting the consent document for review and collecting the signature

The RPConsentReviewStep is used for:

  • presenting the content of each section (RPConsentSection) of the consent document (RPConsentDocument) in a summarized form to the participant
  • collecting name (optional) and signature (optional)

The presence or type of the to be collected signature depends on the consentDocument's signature list.

Inheritance

Constructors

RPConsentReviewStep(String identifier, RPConsentDocument consentDocument)
Returns an initialized Consent Review Step [...]

Properties

consentDocument RPConsentDocument
The consent document to review and sign
read-only
reasonForConsent String
The text in the confirmation popup (body)
read / write
stepWidget → Widget
The widget (UI representation) of the step [...]
read-only, override
text String
The text shown as the confirmation popup title
read / write, override
hashCode int
The hash code for this object. [...]
read-only, inherited
identifier String
A unique identifier of the Step. This identifier connects the Step to its result (RPResult) object.
read-only, inherited
optional bool
If set to true the step can be skipped. In that case the result for the step will be null.
read / write, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
title String
The title text. Different types of Steps are using the title text differently. [...]
read / write, inherited

Methods

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