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