Returns the ViewRef for the View located in this container at the specified index.
Source
EmbeddedViewRef get(num index) { return _element.nestedViews[index].ref; }
Returns the ViewRef for the View located in this container at the specified index.
EmbeddedViewRef get(num index) { return _element.nestedViews[index].ref; }