isShowUIError property

bool get isShowUIError

Implementation

bool get isShowUIError => _isShowUIError;
set isShowUIError (dynamic value)

Implementation

set isShowUIError(value) {
  _isShowUIError = value;
  saveManager.saveBool(isShowUIErrorKey, value);
}