EndPoint constructor

const EndPoint(
  1. String address,
  2. int port
)

Constructs a EndPoint instance

Implementation

const EndPoint(this.address, this.port);