Char constructor

Char(
  1. String symbol,
  2. KeyCodes physicalKey
)

Creates a new Char instance.

  • symbol: The character symbol.
  • physicalKey: The KeyCodes of the physical key.

Implementation

Char(this.symbol, this.physicalKey);