List<Map> get toMap => [ for (final barcode in barcodes) { 'decoder_${BarcodePlugin.fetchDecoderName(barcode)}': 'true', } ];