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