toggle menu
core
1.9.10
jvm
switch theme
search in API
core
/
org.jetbrains.dokka.links
/
TypeConstructor
Type
Constructor
data
class
TypeConstructor
(
val
fullyQualifiedName
:
String
,
val
params
:
List
<
TypeReference
>
)
:
TypeReference
Members
Constructors
Type
Constructor
Link copied to clipboard
constructor
(
fullyQualifiedName
:
String
,
params
:
List
<
TypeReference
>
)
Properties
fully
Qualified
Name
Link copied to clipboard
val
fullyQualifiedName
:
String
params
Link copied to clipboard
val
params
:
List
<
TypeReference
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String