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