notInstalled property

bool? notInstalled
getter/setter pair

If an app is not installed and thus no test can be run with the app.

This might be caused by trying to run a test on an unsupported platform.

Implementation

core.bool? notInstalled;