port method

Implementation

ConnectionStringBuilder port(int value) {
  _port = value;
  return this;
}