error property
Whether there was an error in getting the result.
Only exists if generateError is true
.
Implementation
Logic? get error => tryOutput('error');
Whether there was an error in getting the result.
Only exists if generateError is true
.
Logic? get error => tryOutput('error');