bridgeHomes property
List<BridgeHome>
get
bridgeHomes
All of the BridgeHome objects on the network that the user's device has permission to access.
This list is unmodifiable.
Implementation
List<BridgeHome> get bridgeHomes => List.unmodifiable(_bridgeHomes);