ThemeVersion constructor

ThemeVersion({
  1. String? arn,
  2. String? baseThemeId,
  3. ThemeConfiguration? configuration,
  4. DateTime? createdTime,
  5. String? description,
  6. List<ThemeError>? errors,
  7. ResourceStatus? status,
  8. int? versionNumber,
})

Implementation

ThemeVersion({
  this.arn,
  this.baseThemeId,
  this.configuration,
  this.createdTime,
  this.description,
  this.errors,
  this.status,
  this.versionNumber,
});