TypeData

data class TypeData(val type: String, val nullable: Boolean)

Raw String wrapper which contains a Type.

Constructors

Link copied to clipboard
constructor(raw: String)
constructor(type: String, arguments: List<String>, nullable: Boolean)
constructor(type: String, nullable: Boolean)

Properties

Link copied to clipboard

Nullable indicator.

Link copied to clipboard

The actual type.