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