devices property

List<Device> get devices

All of the Device objects on the network that the user's device has permission to access.

This list is unmodifiable.

Implementation

List<Device> get devices => List.unmodifiable(_devices);