identifier property

String identifier

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;
void identifier= (String identifier)

Implementation

set identifier(String identifier) {
  this._identifier = identifier;
}