totalErrors property

int? get totalErrors

Implementation

int? get totalErrors => _$this._totalErrors;
set totalErrors (int? totalErrors)

Implementation

set totalErrors(int? totalErrors) => _$this._totalErrors = totalErrors;