unwrappedTypes

val TypeName.unwrappedTypes: List<TypeName>

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