ConsentArtifact constructor

ConsentArtifact({
  1. List<Image>? consentContentScreenshots,
  2. String? consentContentVersion,
  3. Signature? guardianSignature,
  4. Map<String, String>? metadata,
  5. String? name,
  6. String? userId,
  7. Signature? userSignature,
  8. Signature? witnessSignature,
})

Implementation

ConsentArtifact({
  this.consentContentScreenshots,
  this.consentContentVersion,
  this.guardianSignature,
  this.metadata,
  this.name,
  this.userId,
  this.userSignature,
  this.witnessSignature,
});