$f10 static method

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

Wrapper for the PhysicalKeyboardKey.f10 getter

Implementation

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