isSocket property

bool? get isSocket

True if this is info for a socket.

Linux/Mac OS only.

Implementation

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

Implementation

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