$f22 static method

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

Wrapper for the PhysicalKeyboardKey.f22 getter

Implementation

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