CompletionMessage constructor

CompletionMessage(
  1. String invocationId, {
  2. Map<String, String>? headers,
  3. String? error,
  4. Object? result,
})

Implementation

CompletionMessage(this.invocationId, {this.headers, this.error, this.result})
    : type = MessageType.completion;