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