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