scansByFormat property

Map<String, int> get scansByFormat

Map of scan counts grouped by barcode or document format string.

Implementation

Map<String, int> get scansByFormat => Map.unmodifiable(_scansByFormat);