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