TerminalBridgeMessage.output constructor
const
TerminalBridgeMessage.output(
- String data
Creates an output message from the runtime to the host.
Implementation
const TerminalBridgeMessage.output(String data)
: this._(type: TerminalBridgeMessageType.output, data: data);