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