default6 property

bool default6

True if this is the default IPv6 connection.

Implementation

bool get default6 =>
    _object.getBooleanProperty(_activeConnectionInterfaceName, 'Default6') ??
    false;