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