Multiplatform Ktor schema declaration • opensavvy.spine.api • Parameters • UnnamedParameter
UnnamedParameter¶
@JvmInline
value class UnnamedParameter<T>
Internal type used by the parameter declaration syntax.
See Parameters.
Properties¶
defaultValue¶
val defaultValue: T?
Functions¶
provideDelegate¶
inline operator fun <T> Parameters.UnnamedParameter<T>.provideDelegate(thisRef: Parameters, property: KProperty<*>): Parameters.Parameter<T>
Internal method used by the parameter declaration syntax.