isRoot property

bool isRoot

Returns true if this step is a root step.

  • Does NOT mean that this step node is root (Node.isRoot).

Implementation

bool get isRoot => previous == null;