toggle menu
Stitch
jvm
switch theme
search in API
codegen
/
dev.teogor.stitch.codegen.model
/
FunctionKind
/
FunctionKind
Function
Kind
constructor
(
name
:
String
,
isSuspend
:
Boolean
,
returnType
:
TypeName
,
parameters
:
List
<
ParameterKind
>
,
enableRawOperationGeneration
:
Boolean
=
false
)