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