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