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