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