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