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