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