Type

data class Type(val layout: Any?)

Constructors

Link copied to clipboard
constructor(layout: Any?)

Properties

Link copied to clipboard
val layout: Any?

Structured representation of the "shape" of values that match this type. May return no layout if the type is invalid.