DescribeWorldResponse constructor

DescribeWorldResponse({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? generationJob,
  4. Map<String, String>? tags,
  5. String? template,
})

Implementation

DescribeWorldResponse({
  this.arn,
  this.createdAt,
  this.generationJob,
  this.tags,
  this.template,
});