PathNode constructor
PathNode(
- Element indexElement
Implementation
PathNode(this.indexElement) {
_name = indexElement.widget.runtimeType.toString();
_checkIgnore(indexElement);
}
PathNode(this.indexElement) {
_name = indexElement.widget.runtimeType.toString();
_checkIgnore(indexElement);
}