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