deployment property
The study deployment running in this controller.
Implementation
@override
SmartphoneDeployment? get deployment =>
super.deployment as SmartphoneDeployment?;
set
deployment
(MasterDeviceDeployment? _deployment)
inherited
The MasterDeviceDeployment
for this study runtime.
Is null if the deployment is not ready. Use the tryDeployment method to retrieve the deployment from the deploymentService.
Implementation
MasterDeviceDeployment? deployment;