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