$digit9 static method

$Value? $digit9(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

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);
}