InspectorServerInit constructor

InspectorServerInit(
  1. int contextId,
  2. int port,
  3. String address,
  4. String bundleURL,
)

Implementation

InspectorServerInit(this.contextId, this.port, this.address, this.bundleURL);