Folder constructor
      
      Folder({})
     
    
    
Implementation
Folder({
  this.bucket,
  this.createTime,
  this.id,
  this.kind,
  this.metageneration,
  this.name,
  this.pendingRenameInfo,
  this.selfLink,
  this.updateTime,
});Folder({
  this.bucket,
  this.createTime,
  this.id,
  this.kind,
  this.metageneration,
  this.name,
  this.pendingRenameInfo,
  this.selfLink,
  this.updateTime,
});