RunnerArgs constructor

RunnerArgs(
  1. String name,
  2. AngelConfigurer configureServer,
  3. RunnerOptions options,
  4. Reflector reflector,
  5. SendPort loggingSendPort,
  6. SendPort pubSubSendPort,
)

Implementation

RunnerArgs(this.name, this.configureServer, this.options, this.reflector,
    this.loggingSendPort, this.pubSubSendPort);