Function
constructor(name: String, parameters: List<CodeGenTree.Function.Parameter>, returnType: CodeGenTree.Type, nullable: Boolean = false, suspending: Boolean = false, packageName: String? = null, documentation: String? = null, annotations: List<CodeGenTree.Annotation> = emptyList(), fileName: String? = null)(source)