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