CompletionStats constructor
CompletionStats({})
Implementation
CompletionStats({
this.successfulCount = 0,
this.failedCount = 0,
this.incompleteCount = 0,
this.successfulForecastPointCount = 0,
}) : super(fullyQualifiedName);