$numpadMemoryAdd static method

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

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