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