$f12 static method

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

Wrapper for the PhysicalKeyboardKey.f12 getter

Implementation

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