UITestContext<U extends UIRoot> constructor

UITestContext<U extends UIRoot>(
  1. String testUIName, {
  2. int testUIId = 0,
})

Implementation

UITestContext(this.testUIName, {this.testUIId = 0});