uid property

num? get uid

User ID of the owner of this file.

Linux/Mac OS only.

Implementation

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

Implementation

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