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