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