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