int? get errorCount => _$this._errorCount;
set errorCount(covariant int? errorCount) => _$this._errorCount = errorCount;