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