errors property

ValueListenable<CommandError> that reflects the Error State of the command if the wrapped function throws an error, its value is set to the error is wrapped in an CommandError

Implementation

ValueListenable<CommandError?> get errors => _errors;