minimalMultiSelections top-level constant

Map<String, List<String>> const minimalMultiSelections

Minimal's multi-select choices — Backend and Local Storage are both skipped (R-205), so both are absent, not present-with-empty-list (INV-B6): a skipped section leaves no key, exactly as the configurator does.

Implementation

const minimalMultiSelections = <String, List<String>>{};