TemplateSummary constructor

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

Implementation

TemplateSummary({
  this.arn,
  this.createdTime,
  this.lastUpdatedTime,
  this.latestVersionNumber,
  this.name,
  this.templateId,
});