hasError property

bool? get hasError

Implementation

bool? get hasError => _$this._hasError;
set hasError (bool? hasError)

Implementation

set hasError(bool? hasError) => _$this._hasError = hasError;