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