owner property

int owner

UID of tunnel owner or -1 if no owner.

Implementation

int get owner =>
    _object.getInt64Property(_tunDeviceInterfaceName, 'Owner') ?? 0;