calculateCorrectedData method
override
Implementation to calculate corrected data, if supported.
Returns null if not supportsErrorCorrection.
Implementation
@override
@protected
Logic? calculateCorrectedData() =>
hammingType.hasCorrection ? _correctedData : null;