Consent constructor
      
      Consent({})
     
    
    
Implementation
Consent({
  this.consentArtifact,
  this.expireTime,
  this.metadata,
  this.name,
  this.policies,
  this.revisionCreateTime,
  this.revisionId,
  this.state,
  this.ttl,
  this.userId,
});