isBlockDevice property
bool?
get
isBlockDevice
True if this is info for a block device.
Linux/Mac OS only.
Implementation
_i2.bool? get isBlockDevice => _i3.getProperty(
this,
'isBlockDevice',
);
set
isBlockDevice
(bool? value)
Implementation
set isBlockDevice(_i2.bool? value) {
_i3.setProperty(
this,
'isBlockDevice',
value ?? _i6.undefined,
);
}