Graphite constructor
Graphite(
- dynamic host,
- int port
Creates a new client which connects to the given address.
See Socket.connect for parameters.
Implementation
Graphite(this.host, this.port);