Server constructor

Server(
  1. String address,
  2. int port
)

Implementation

Server(this.address, this.port);