$numpadMemoryStore static method

$Value? $numpadMemoryStore(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

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);
}