isRoot property
bool
get
isRoot
Whether its a root node in the hierarchy.
Implementation
bool get isRoot {
return _parent == null;
}
Whether its a root node in the hierarchy.
bool get isRoot {
return _parent == null;
}