SystemTemplateSummary constructor

SystemTemplateSummary({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? id,
  4. int? revisionNumber,
})

Implementation

SystemTemplateSummary({
  this.arn,
  this.createdAt,
  this.id,
  this.revisionNumber,
});