$findKeyByKeyId static method
Wrapper for the LogicalKeyboardKey.findKeyByKeyId method
Implementation
static $Value? $findKeyByKeyId(
Runtime runtime,
$Value? target,
List<$Value?> args,
) {
final value = LogicalKeyboardKey.findKeyByKeyId(args[0]!.$value);
return value == null ? const $null() : $LogicalKeyboardKey.wrap(value);
}