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