$keyF static method
Wrapper for the PhysicalKeyboardKey.keyF getter
Implementation
static $Value? $keyF(Runtime runtime, $Value? target, List<$Value?> args) {
const value = PhysicalKeyboardKey.keyF;
return $PhysicalKeyboardKey.wrap(value);
}
Wrapper for the PhysicalKeyboardKey.keyF getter
static $Value? $keyF(Runtime runtime, $Value? target, List<$Value?> args) {
const value = PhysicalKeyboardKey.keyF;
return $PhysicalKeyboardKey.wrap(value);
}