devices property

List<Device> get devices

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

Implementation

List<Device> get devices => List.from(_devices, growable: false);