Parameter Spec
fun ParameterSpec( name: String, type: TypeName, vararg modifiers: KModifier)
Content copied to clipboard
fun ParameterSpec( name: String, type: TypeName, modifiers: Iterable<KModifier>)
Content copied to clipboard