index property

int index

Index of the current Node of the Composite. The value should represent the index of the child Node that is in execution. The index is not guaranteed to be inside the bounds of the List that holds the children Node instances of the Composite.

Implementation

int get index => _index;