port property
num?
get
port
Implementation
_i2.num? get port => _i4.getProperty(
this,
'port',
);
set
port
(num? value)
Implementation
set port(_i2.num? value) {
_i4.setProperty(
this,
'port',
value ?? _i6.undefined,
);
}