Account constructor
      
      Account({})
     
    
    
Implementation
Account({
  this.accountId,
  this.accountName,
  this.adultContent,
  this.languageCode,
  this.name,
  this.testAccount,
  this.timeZone,
});
Account({
  this.accountId,
  this.accountName,
  this.adultContent,
  this.languageCode,
  this.name,
  this.testAccount,
  this.timeZone,
});