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