$f14 static method

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

Wrapper for the PhysicalKeyboardKey.f14 getter

Implementation

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