errors property

ValueListenable<CommandError<TParam>?> get errors

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<TParam>?> get errors => _errors;