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