scansByMode property

Map<String, int> get scansByMode

Map of scan counts grouped by ScanMode name.

Implementation

Map<String, int> get scansByMode => Map.unmodifiable(_scansByMode);