errorsCount property

int? get errorsCount
override

Implementation

int? get errorsCount => _$this._errorsCount;
set errorsCount (covariant int? errorsCount)
covariantoverride

Implementation

set errorsCount(covariant int? errorsCount) => _$this._errorsCount = errorsCount;