core.List<core.int> get scanInstructionsAsBytes => convert.base64.decode(scanInstructions!);
set scanInstructionsAsBytes(core.List<core.int> bytes_) { scanInstructions = convert.base64.encode(bytes_).replaceAll('/', '_').replaceAll('+', '-'); }