ThemeVersion constructor
ThemeVersion({
- String? arn,
- String? baseThemeId,
- ThemeConfiguration? configuration,
- DateTime? createdTime,
- String? description,
- List<
ThemeError> ? errors, - ResourceStatus? status,
- int? versionNumber,
Implementation
ThemeVersion({
this.arn,
this.baseThemeId,
this.configuration,
this.createdTime,
this.description,
this.errors,
this.status,
this.versionNumber,
});