$slash static method
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);
}