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