primaryConnectionType property

String primaryConnectionType

The type of connection being used to access the network.

Implementation

String get primaryConnectionType {
  return _manager?.getStringProperty(
        _managerInterfaceName,
        'PrimaryConnectionType',
      ) ??
      '';
}