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