Folder constructor
      
      Folder({})
     
    
    
Implementation
Folder({
  this.accountId,
  this.containerId,
  this.fingerprint,
  this.folderId,
  this.name,
  this.notes,
  this.path,
  this.tagManagerUrl,
  this.workspaceId,
});
Folder({
  this.accountId,
  this.containerId,
  this.fingerprint,
  this.folderId,
  this.name,
  this.notes,
  this.path,
  this.tagManagerUrl,
  this.workspaceId,
});