ino property

num? get ino

Inode number.

Linux/Mac OS only.

Implementation

_i2.num? get ino => _i3.getProperty(
      this,
      'ino',
    );
set ino (num? value)

Implementation

set ino(_i2.num? value) {
  _i3.setProperty(
    this,
    'ino',
    value ?? _i6.undefined,
  );
}