gid property

num? get gid

Group ID of the owner of this file.

Linux/Mac OS only.

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,
  );
}