TypeConstructor

data class TypeConstructor(fullyQualifiedName: String, params: List<TypeReference>) : TypeReference

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

fullyQualifiedName
Link copied to clipboard
val fullyQualifiedName: String
params
Link copied to clipboard
val params: List<TypeReference>