deployment property

  1. @override
SmartphoneDeployment? get deployment
override

The PrimaryDeviceDeployment for this study runtime.

Is null if the deployment is not ready. Use the tryDeployment method to retrieve the deployment from the deploymentService.

Implementation

@override
SmartphoneDeployment? get deployment =>
    super.deployment as SmartphoneDeployment?;
set deployment (PrimaryDeviceDeployment? _deployment)
inherited

The PrimaryDeviceDeployment for this study runtime.

Is null if the deployment is not ready. Use the tryDeployment method to retrieve the deployment from the deploymentService.

Implementation

PrimaryDeviceDeployment? deployment;