deployedDevices property

Set<String?> deployedDevices

The set of devices (role names) which have been deployed correctly.

Implementation

Set<String?> get deployedDevices => _deployedDevices;