$digit7 static method

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

Wrapper for the PhysicalKeyboardKey.digit7 getter

Implementation

static $Value? $digit7(Runtime runtime, $Value? target, List<$Value?> args) {
  const value = PhysicalKeyboardKey.digit7;
  return $PhysicalKeyboardKey.wrap(value);
}