Dashboard constructor
      
      Dashboard({})
     
    
    
Implementation
Dashboard({
  this.arn,
  this.createdTime,
  this.dashboardId,
  this.lastPublishedTime,
  this.lastUpdatedTime,
  this.name,
  this.version,
});Dashboard({
  this.arn,
  this.createdTime,
  this.dashboardId,
  this.lastPublishedTime,
  this.lastUpdatedTime,
  this.name,
  this.version,
});