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