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