Parameter

data class Parameter(val name: String, val type: CodeGenTree.Type, val nullable: Boolean = false, val documentation: String? = null, val defaultValue: CodeGenTree.Expression? = null, val annotations: List<CodeGenTree.Annotation> = emptyList())(source)

Constructors

Link copied to clipboard
constructor(name: String, type: CodeGenTree.Type, nullable: Boolean = false, documentation: String? = null, defaultValue: CodeGenTree.Expression? = null, annotations: List<CodeGenTree.Annotation> = emptyList())

Properties

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