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