IdentityVerificationListRequest constructor
      
      IdentityVerificationListRequest({})
     
    
    
Implementation
IdentityVerificationListRequest({
  this.secret,
  this.clientId,
  required this.templateId,
  required this.clientUserId,
  this.cursor,
});