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