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