uiRoot property
U
get
uiRoot
The instantiated UIRoot for the test.
Implementation
U get uiRoot {
var uiRoot = _uiRoot;
if (uiRoot == null) {
throw StateError("Null `uiRoot`.");
}
return uiRoot;
}