hasError property

bool hasError

Current data is an error.

Implementation

bool get hasError => _controller.valueType == _ValueType.error;