tun property

TUN device information or null.

Implementation

NetworkManagerDeviceTun? get tun =>
    _object.interfaces.containsKey(_tunDeviceInterfaceName)
        ? NetworkManagerDeviceTun(_object)
        : null;