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