updateErrorCount property

int? get updateErrorCount
override

Implementation

int? get updateErrorCount => _$this._updateErrorCount;
set updateErrorCount (covariant int? updateErrorCount)
covariantoverride

Implementation

set updateErrorCount(covariant int? updateErrorCount) => _$this._updateErrorCount = updateErrorCount;