$tvPower static method

$Value? $tvPower(
  1. Runtime runtime,
  2. $Value? target,
  3. List<$Value?> args
)

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);
}