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