KeyEvent.fromSequence constructor

KeyEvent.fromSequence(
  1. String sequence
)

Decodes a complete terminal key sequence.

Implementation

factory KeyEvent.fromSequence(String sequence) => _decodeKeyEvent(sequence);