isRoot property

bool get isRoot

Initial context node. The entry point of the run command.

Implementation

bool get isRoot => parent == null;