getToCTree method
Returns the table of context in tree-like structure (if there is any)
Implementation
ContentsNode? getToCTree() {
Pointer<BufferContentsNode>? node = getToCTreeNative?.call(_sdk);
return _getContentsNode(node, null);
}
Returns the table of context in tree-like structure (if there is any)
ContentsNode? getToCTree() {
Pointer<BufferContentsNode>? node = getToCTreeNative?.call(_sdk);
return _getContentsNode(node, null);
}