dev property

num get dev

ID of the device containing the file.

Implementation

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

Implementation

set dev(_i2.num value) {
  _i3.setProperty(
    this,
    'dev',
    value,
  );
}