UpdateWorldTemplateResponse constructor

UpdateWorldTemplateResponse({
  1. String? arn,
  2. DateTime? createdAt,
  3. DateTime? lastUpdatedAt,
  4. String? name,
})

Implementation

UpdateWorldTemplateResponse({
  this.arn,
  this.createdAt,
  this.lastUpdatedAt,
  this.name,
});