toMap property

List<Map> get toMap

Implementation

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