calculateCorrectedData method

  1. @override
  2. @protected
Logic? calculateCorrectedData()
override

Implementation to calculate corrected data, if supported.

Returns null if not supportsErrorCorrection.

Implementation

@override
@protected
Logic? calculateCorrectedData() =>
    hammingType.hasCorrection ? _correctedData : null;