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