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