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