$f10 static method
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);
}
Wrapper for the PhysicalKeyboardKey.f10 getter
static $Value? $f10(Runtime runtime, $Value? target, List<$Value?> args) {
const value = PhysicalKeyboardKey.f10;
return $PhysicalKeyboardKey.wrap(value);
}