errorCount property

int? get errorCount
override

Implementation

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

Implementation

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