withoutCallback method

DecodeHint withoutCallback()

Implementation

DecodeHint withoutCallback() {
  return DecodeHint(
    other: other,
    pureBarcode: pureBarcode,
    possibleFormats: possibleFormats,
    tryHarder: tryHarder,
    characterSet: characterSet,
    allowedLengths: allowedLengths,
    assumeCode39CheckDigit: assumeCode39CheckDigit,
    assumeGs1: assumeGs1,
    returnCodabarStartEnd: returnCodabarStartEnd,
    allowedEanExtensions: allowedEanExtensions,
    alsoInverted: alsoInverted,
  );
}