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