StreamItemMessage constructor

StreamItemMessage(
  1. String invocationId, {
  2. Map<String, String>? headers,
  3. dynamic item,
})

Implementation

StreamItemMessage(this.invocationId, {this.headers, this.item})
    : type = MessageType.streamItem;