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