TerminalBridgeMessage.output constructor

const TerminalBridgeMessage.output(
  1. String data
)

Creates an output message from the runtime to the host.

Implementation

const TerminalBridgeMessage.output(String data)
  : this._(type: TerminalBridgeMessageType.output, data: data);