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