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