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