nodesToList method
Returns the list of nodes of the component. It's used to render the component. If the component is not loaded, it returns an empty list.
Use after the component is loaded.
Implementation
List<CNode> nodesToList() => _nodeRendering.renderFlatList(_rootNode!);