Class Data
fun ClassData( name: String, packageName: String, functions: List<FunctionData>, imports: List<String>, superClasses: List<String> = emptyList(), properties: List<KSPropertyDeclaration> = emptyList(), modifiers: List<KModifier> = emptyList())
Content copied to clipboard
Parameters
super Classes
List of qualifiedNames of interface that a Ktorfit interface extends