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