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