TypeConstructor

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

Constructors

Link copied to clipboard
constructor(fullyQualifiedName: String, params: List<TypeReference>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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