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