Nullable

data class Nullable(val wrapped: TypeReference) : TypeReference

Constructors

Link copied to clipboard
fun Nullable(wrapped: TypeReference)

Functions

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

Properties

Link copied to clipboard
val wrapped: TypeReference