port property

num? port

Implementation

_i2.num? get port => _i4.getProperty(
      this,
      'port',
    );
void port=(num? value)

Implementation

set port(_i2.num? value) {
  _i4.setProperty(
    this,
    'port',
    value ?? _i6.undefined,
  );
}