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