ListType

data class ListType(val elementType: TypeReference, val node: GenericSpecializationNode) : Type

Constructors

Link copied to clipboard
constructor(elementType: TypeReference, node: GenericSpecializationNode)

Properties

Link copied to clipboard
Link copied to clipboard
open override val humanReadableName: String
Link copied to clipboard