1. override
int getChildIndex(DisplayObject child)

Returns the index position of a child DisplayObject.

Source

@override
int getChildIndex(DisplayObject child) {
  return _children.indexOf(child);
}