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