Value

data class Value(val name: String, val documentation: String? = null, val annotations: List<CodeGenTree.Annotation> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(name: String, documentation: String? = null, annotations: List<CodeGenTree.Annotation> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard