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