DefaultingContextParamType

A context parameter type that has a default value instead of null.

Properties

Link copied to clipboard
abstract val defaultValue: V

The default intermediate value of this parameter type.

Link copied to clipboard
abstract val id: Key

The ID of this parameter type.

Functions

Link copied to clipboard
open override fun toString(): String