UITestChainNode<U extends UIRoot, E, P extends UITestChain<U, dynamic, dynamic, dynamic> > constructor
UITestChainNode<U extends UIRoot, E, P extends UITestChain<U, dynamic, dynamic, dynamic> > (
- UITestChainRoot<
U> testChainRoot, - E element,
- P parent
Implementation
UITestChainNode(this.testChainRoot, E element, this.parent)
: element = _normalizeElement<E>(element);