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