TerminalScriptStep.text constructor
const
TerminalScriptStep.text(
- String text
Creates a step that queues text as UTF-8 raw input bytes.
Implementation
const TerminalScriptStep.text(String this.text)
: kind = TerminalScriptStepKind.text,
key = null,
char = null;