identifier property
Unique identifier of the signature. This identifies the signature in the result hierarchy.
In a result object of a task which collects signature the identifier of the RPConsentSignatureResult object on the deepest level is identical to this identifier.
Implementation
String get identifier => _identifier;
Implementation
set identifier(String identifier) {
this._identifier = identifier;
}