isFifo property

bool? get isFifo

True if this is info for a fifo.

Linux/Mac OS only.

Implementation

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

Implementation

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