Parameter

constructor(    parameterValues: MutableMap<String, Any>,     parameterTypes: ObservableHashmap<String, String>,     customName: String? = null,     initialValue: R? = null)(source)

Initializes the parameter with an optional custom name and initial value. If an initial value is provided, it is assigned to the parameter using the customName if provided, or "value" by default.

Parameters

R

The type of the parameter value, which must be a non-nullable type.