isRoot property
bool
get
isRoot
Initial context node. The entry point of the run command.
Implementation
bool get isRoot => parent == null;
Initial context node. The entry point of the run command.
bool get isRoot => parent == null;