Template constructor

Template({
  1. String? arn,
  2. DateTime? createdTime,
  3. DateTime? lastUpdatedTime,
  4. String? name,
  5. String? templateId,
  6. TemplateVersion? version,
})

Implementation

Template({
  this.arn,
  this.createdTime,
  this.lastUpdatedTime,
  this.name,
  this.templateId,
  this.version,
});