Value
data class Value(val name: String, val documentation: String? = null, val annotations: List<CodeGenTree.Annotation> = emptyList(), val ir: IRTree.Enum.Value? = null)(source)
Constructors
Link copied to clipboard
constructor(name: String, documentation: String? = null, annotations: List<CodeGenTree.Annotation> = emptyList(), ir: IRTree.Enum.Value? = null)