Parameter

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