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