gid property
num?
get
gid
Similar to uid
, but sets the group ID of the child process.
Implementation
_i2.num? get gid => _i3.getProperty(
this,
'gid',
);
set
gid
(num? value)
Implementation
set gid(_i2.num? value) {
_i3.setProperty(
this,
'gid',
value ?? _i6.undefined,
);
}