isCharDevice property

bool? get isCharDevice

True if this is info for a char device.

Linux/Mac OS only.

Implementation

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

Implementation

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