setError method

void setError(
  1. bool value
)

Implementation

void setError(bool value) {
  error = value;
  _notify;
}