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