zigbeeConnectivities property
List<ZigbeeConnectivity>
get
zigbeeConnectivities
All of the ZigbeeConnectivity objects on the network that the user's device has permission to access.
Implementation
List<ZigbeeConnectivity> get zigbeeConnectivities =>
List.from(_zigbeeConnectivities, growable: false);