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