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