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