EmbeddedViewRef get(num index)

Returns the ViewRef for the View located in this container at the specified index.

Source

EmbeddedViewRef get(num index) {
  return _element.nestedViews[index].ref;
}