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