port property
int
get
port
Implementation
int get port => _wrapped.port;
set
port
(int v)
Implementation
set port(int v) {
_wrapped.port = v;
}