Current declaration-time group path.
List<String> get currentPath => List<String>.unmodifiable( _declarationStack.map((group) => group.name), );