@override List<bool> toPattern() => LeftOddParityModule(value: value) .toPattern() .reversed .map((b) => !b) .toList();