RunnerArgs constructor
RunnerArgs(
- String name,
- AngelConfigurer configureServer,
- RunnerOptions options,
- Reflector reflector,
- SendPort loggingSendPort,
- SendPort pubSubSendPort,
Implementation
RunnerArgs(this.name, this.configureServer, this.options, this.reflector,
this.loggingSendPort, this.pubSubSendPort);