menu
neuron
neuron.dart
Computed
<
T
>
hasError property
hasError
dark_mode
light_mode
hasError
property
bool
get
hasError
Whether this computed has an error from the last computation.
Implementation
bool get hasError => _error != null;
neuron
neuron
Computed
<
T
>
hasError property
Computed class