$slash static method

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

Wrapper for the PhysicalKeyboardKey.slash getter

Implementation

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