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