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