port property
num
get
port
Implementation
num get port {
return $$context$$["port"];
}
set
port
(num value)
Implementation
set port(num value) {
$$context$$["port"] = value;
}