ThemeSummary constructor

ThemeSummary({
  1. String? arn,
  2. DateTime? createdTime,
  3. DateTime? lastUpdatedTime,
  4. int? latestVersionNumber,
  5. String? name,
  6. String? themeId,
})

Implementation

ThemeSummary({
  this.arn,
  this.createdTime,
  this.lastUpdatedTime,
  this.latestVersionNumber,
  this.name,
  this.themeId,
});