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>>(
  1. UITestChainRoot<U> testChainRoot,
  2. E element,
  3. P parent
)

Implementation

UITestChainNode(this.testChainRoot, E element, this.parent)
    : element = _normalizeElement<E>(element);