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