vpn property

bool vpn

True if this is a VPN connection.

Implementation

bool get vpn =>
    _object.getBooleanProperty(
      _activeConnectionInterfaceName,
      'Vpn',
    ) ??
    false;