navDestinations top-level constant

  1. @visibleForTesting
List<NavSpec> const navDestinations

Back-compat alias — older tests imported navDestinations. Surface the same data here so they keep compiling. Prefer navSpecs for new code; this list will be deleted once test references are migrated.

Implementation

@visibleForTesting
const navDestinations = navSpecs;