Target Type
data class TargetType( val typeName: TypeName, val constructor: TargetConstructor, val properties: Map<String, TargetProperty>, val typeVariables: List<TypeVariableName>, val isDataClass: Boolean, val visibility: KModifier)
Content copied to clipboard
A user type that should be decoded and encoded by generated code.
Constructors
Link copied to clipboard
fun TargetType( typeName: TypeName, constructor: TargetConstructor, properties: Map<String, TargetProperty>, typeVariables: List<TypeVariableName>, isDataClass: Boolean, visibility: KModifier)
Content copied to clipboard