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