TemplateVersion constructor
      
      TemplateVersion({ 
    
    
- DateTime? createdTime,
- List<DataSetConfiguration> ? dataSetConfigurations,
- String? description,
- List<TemplateError> ? errors,
- List<Sheet> ? sheets,
- String? sourceEntityArn,
- ResourceStatus? status,
- String? themeArn,
- int? versionNumber,
Implementation
TemplateVersion({
  this.createdTime,
  this.dataSetConfigurations,
  this.description,
  this.errors,
  this.sheets,
  this.sourceEntityArn,
  this.status,
  this.themeArn,
  this.versionNumber,
});