unwrappedTypes

For Map<String, Int> this will return `String`, `Int`. For star projections like List<*> the result will be mapped to Any.