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