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