RPConsentSignature.fullyPopulated constructor

RPConsentSignature.fullyPopulated(bool _requiresName, bool _requiresSignatureImage, bool _requiresBirthDate, String _identifier String _title)

Implementation

RPConsentSignature.fullyPopulated(
  this._requiresName,
  this._requiresSignatureImage,
  this._requiresBirthDate,
  this._identifier,
  this._title,
);