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