default4 property

bool default4

True if this is the default IPv4 connection.

Implementation

bool get default4 =>
    _object.getBooleanProperty(_activeConnectionInterfaceName, 'Default') ??
    false;