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