ServiceInvocation constructor
ServiceInvocation(
- Invoker invoker,
- Introspector inspector,
- Parameters parameters,
- List arguments,
- Map<
String, String> attachments, - Uint8List buffer,
- Execution execution,
- URN urn,
Implementation
ServiceInvocation(this.invoker, this.inspector, this.parameters,
this.arguments, this.attachments, this.buffer, this.execution, this.urn);