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