type

abstract fun type(): TypeDraft
abstract fun type(block: TypeDraft.() -> Unit)


abstract override var type: Type?

属性