checkError property
- @Deprecated('Use `error` or `uncorrectableError` instead.')
checkError is an getter for parity result with 0
for success and 1
for fail
Implementation
@Deprecated('Use `error` or `uncorrectableError` instead.')
Logic get checkError => error;