bridgeHomes property

List<BridgeHome> bridgeHomes

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

Implementation

List<BridgeHome> get bridgeHomes => List.from(_bridgeHomes, growable: false);