StreamInvocationMessage constructor
StreamInvocationMessage({})
Implementation
StreamInvocationMessage(
{String? target,
List<Object>? arguments,
List<String>? streamIds,
MessageHeaders? headers,
String? invocationId})
: this.target = target,
this.arguments = arguments,
this.streamIds = streamIds,
super(MessageType.StreamInvocation, headers, invocationId);