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