exists method
Implementation
@override
UITestChainRoot<U> exists() =>
this.expect(context.isInitialized, isTrue, reason: "Null `uiRoot` ($U)");
@override
UITestChainRoot<U> exists() =>
this.expect(context.isInitialized, isTrue, reason: "Null `uiRoot` ($U)");