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