$new static method
Wrapper for the LogicalKeyboardKey.new constructor
Implementation
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $LogicalKeyboardKey.wrap(LogicalKeyboardKey(args[0]!.$value));
}
Wrapper for the LogicalKeyboardKey.new constructor
static $Value? $new(Runtime runtime, $Value? thisValue, List<$Value?> args) {
return $LogicalKeyboardKey.wrap(LogicalKeyboardKey(args[0]!.$value));
}