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