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