WorldGenerationJobSummary constructor

WorldGenerationJobSummary({
  1. String? arn,
  2. DateTime? createdAt,
  3. int? failedWorldCount,
  4. WorldGenerationJobStatus? status,
  5. int? succeededWorldCount,
  6. String? template,
  7. WorldCount? worldCount,
})

Implementation

WorldGenerationJobSummary({
  this.arn,
  this.createdAt,
  this.failedWorldCount,
  this.status,
  this.succeededWorldCount,
  this.template,
  this.worldCount,
});