hasId property
bool
get
hasId
Checks if this node has an ID, otherwise it is a root node
Implementation
bool get hasId => id != -1;
Checks if this node has an ID, otherwise it is a root node
bool get hasId => id != -1;