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