ServiceInvocation constructor

ServiceInvocation(
  1. Invoker invoker,
  2. Introspector inspector,
  3. Parameters parameters,
  4. List arguments,
  5. Map<String, String> attachments,
  6. Uint8List buffer,
  7. Execution execution,
  8. URN urn,
)

Implementation

ServiceInvocation(this.invoker, this.inspector, this.parameters,
    this.arguments, this.attachments, this.buffer, this.execution, this.urn);