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