RPConsentSignature constructor
      
      RPConsentSignature({})
     
    
The default constructor. Returns a signature where both the name and the signature image is required
Implementation
RPConsentSignature({
  required this.identifier,
  this.title,
  this.requiresName = true,
  this.requiresSignatureImage = true,
});