port property

int get port

Implementation

int get port => this._port;
set port (int port)

Implementation

set port(int port) {
  this._port = port;
  this.__isset_port = true;
}