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