$arrowUp static method

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

Wrapper for the PhysicalKeyboardKey.arrowUp getter

Implementation

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