port property

int get port

Implementation

int get port {
  return _port!;
}
set port (int port)

Implementation

set port(int port) {
  _port = port;
}