StreamInvocationMessage constructor

StreamInvocationMessage(
  1. String invocationId,
  2. String target,
  3. List arguments, {
  4. Map<String, String>? headers,
  5. List<String>? streamIds,
})

Implementation

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