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