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