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