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