nlink property
num?
get
nlink
Number of hard links pointing to this file.
Linux/Mac OS only.
Implementation
_i2.num? get nlink => _i3.getProperty(
this,
'nlink',
);
set
nlink
(num? value)
Implementation
set nlink(_i2.num? value) {
_i3.setProperty(
this,
'nlink',
value ?? _i6.undefined,
);
}