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