Account constructor
      
      Account({})
     
    
    
Implementation
Account({
  this.accountType,
  this.automaticLabelIds,
  this.displayName,
  this.fullName,
  this.homepageUri,
  this.labelIds,
  this.name,
  this.parent,
});Account({
  this.accountType,
  this.automaticLabelIds,
  this.displayName,
  this.fullName,
  this.homepageUri,
  this.labelIds,
  this.name,
  this.parent,
});