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