zgpConnectivities property

List<ZgpConnectivity> get zgpConnectivities

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

This list is unmodifiable.

Implementation

List<ZgpConnectivity> get zgpConnectivities =>
    List.unmodifiable(_zgpConnectivities);