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