recommendedMultiSelections top-level constant

Map<String, List<String>> const recommendedMultiSelections

Recommended's multi-select choices (R-202: Dio backend; no local storage or l10n in the shipped 0.1 stack). Skipped sections are absent, not present-with-empty-list (INV-B6) — so org.local_storage is omitted, matching what the interactive configurator produces for a skipped section.

Implementation

const recommendedMultiSelections = <String, List<String>>{
  'org.backend': ['rest_dio'],
};