WorldSummary constructor

WorldSummary({
  1. String? arn,
  2. DateTime? createdAt,
  3. String? generationJob,
  4. String? template,
})

Implementation

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