group property

int group

GID of tunnel group or -1 if no owner.

Implementation

int get group =>
    _object.getInt64Property(_tunDeviceInterfaceName, 'Group') ?? 0;