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