indexOf method

int indexOf(
  1. T displayObject
)

Implementation

int indexOf(T displayObject) => _children.indexOf(displayObject);