WorldExportJobSummary constructor
WorldExportJobSummary({
- String? arn,
- DateTime? createdAt,
- WorldExportJobStatus? status,
- List<
String> ? worlds,
Implementation
WorldExportJobSummary({
this.arn,
this.createdAt,
this.status,
this.worlds,
});