devicePowers property

List<DevicePower> get devicePowers

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

This list is unmodifiable.

Implementation

List<DevicePower> get devicePowers => List.unmodifiable(_devicePowers);