ParameterDeclaration
data class ParameterDeclaration(val name: String, val type: String, val hasDefaultValue: Boolean, val annotations: List<AnnotationDeclaration>)
Constructors
Link copied to clipboard
constructor(name: String, type: String, hasDefaultValue: Boolean, annotations: List<AnnotationDeclaration>)