ApiConfig constructor

ApiConfig(
  1. String host,
  2. int port
)

Implementation

ApiConfig(this.host, this.port);