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