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