error property

E? error

Returns the error of the result, this value will not be null if isErr is true.

Implementation

E? get error => _error;