$keyH static method

$Value? $keyH(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

Wrapper for the PhysicalKeyboardKey.keyH getter

Implementation

static $Value? $keyH(Runtime runtime, $Value? target, List<$Value?> args) {
  const value = PhysicalKeyboardKey.keyH;
  return $PhysicalKeyboardKey.wrap(value);
}