Emulator constructor

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

Implementation

Emulator(this.host, this.port);