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