currentPath property

List<String> get currentPath

Implementation

List<String> get currentPath => List<String>.unmodifiable(
      _declarationStack.map((group) => group.name),
    );