assignedDevices property

Map<String, Set<String>>? assignedDevices
getter/setter pairinherited

Per device role, the participant roles to which the device is assigned. Unassigned device are assigned to "anyone".

Implementation

Map<String, Set<String>>? assignedDevices = {};