Multiplatform Ktor schema declaration • opensavvy.spine.api • Parameters • UnnamedListParameter
UnnamedListParameter¶
class UnnamedListParameter<T>
Internal type used by the parameter declaration syntax.
See Parameters.
Constructors¶
UnnamedListParameter¶
constructor()
Functions¶
provideDelegate¶
inline operator fun <T> Parameters.UnnamedListParameter<T>.provideDelegate(thisRef: Parameters, property: KProperty<*>): Parameters.ListParameter<T>
Internal method used by the parameter declaration syntax.