Url constructor

Url(
  1. Protocol protocol,
  2. String host,
  3. int port
)

Implementation

Url(this.protocol, this.host, this.port);