Type Constructor
data class TypeConstructor(val fullyQualifiedName: String, val params: List<TypeReference>) : TypeReference
Content copied to clipboard
Constructors
Link copied to clipboard
fun TypeConstructor(fullyQualifiedName: String, params: List<TypeReference>)
Content copied to clipboard