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