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