InvocationMessage constructor
InvocationMessage({})
Implementation
InvocationMessage({
this.target,
this.arguments,
this.streamIds,
super.headers,
super.invocationId,
}) : super(type: MessageType.invocation);