DriClashAwareName

data class DriClashAwareName(val value: String?) : ExtraProperty<Documentable>

Constructors

Link copied to clipboard
fun DriClashAwareName(value: String?)

Types

Link copied to clipboard
object Companion : ExtraProperty.Key<Documentable, DriClashAwareName>

Properties

Link copied to clipboard
open override val key: ExtraProperty.Key<Documentable, *>
Link copied to clipboard
val value: String?