Parameter Data
data class ParameterData(val name: String, val type: ReturnTypeData, val annotations: List<ParameterAnnotation> = emptyList())
Constructors
Link copied to clipboard
constructor(name: String, type: ReturnTypeData, annotations: List<ParameterAnnotation> = emptyList())