calculateUncorrectableError method

  1. @override
  2. @protected
Logic calculateUncorrectableError()
override

Implementation to calculate whether something is an uncorrectableError.

Implementation

@override
@protected
Logic calculateUncorrectableError() => ~originalData.xor().eq(code);