ConstructorValues

data class ConstructorValues(values: SourceSetDependent<List<String>>) : ExtraProperty<DEnumEntry>

Types

Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<DEnumEntry, ConstructorValues>

Properties

key
Link copied to clipboard
open override val key: ExtraProperty.Key<DEnumEntry, ConstructorValues>
values
Link copied to clipboard
val values: SourceSetDependent<List<String>>