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