isTreeLink property
bool
get
isTreeLink
Gets or sets whether this Link is part of the tree for tree operations such as Node#findTreeChildrenNodes or Node#collapseTree.
The initial value is true.
Implementation
_i2.bool get isTreeLink => _i4.getProperty(
this,
'isTreeLink',
);
set
isTreeLink
(bool value)
Implementation
set isTreeLink(_i2.bool value) {
_i4.setProperty(
this,
'isTreeLink',
value,
);
}