$expandSynonyms static method
Wrapper for the LogicalKeyboardKey.expandSynonyms method
Implementation
static $Value? $expandSynonyms(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = LogicalKeyboardKey.expandSynonyms(
(args[0]!.$reified as Set).cast(),
);
return $Set.wrap(value);
}