ConstructorParamInfo

data class ConstructorParamInfo(val name: String, val type: String, val hasDefault: Boolean)

Constructors

Link copied to clipboard
constructor(name: String, type: String, hasDefault: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard