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