parent property

TreeSitterNode? get parent

Implementation

TreeSitterNode? get parent => _contexts[this]?.parent;