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