TerminalScriptStep.text constructor

const TerminalScriptStep.text(
  1. 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;