Key constructor

Key(
  1. String char,
  2. ControlCharacter controlChar
)

Implementation

Key(this.char, this.controlChar);