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