orDefaultAt

open infix fun orDefaultAt(probability: Double): GenerationSpec<T>
abstract infix fun orDefaultAt(probability: Probability): GenerationSpec<T>

Records the probability of using the property's default value.

Default-value generation is applied by the object-construction path and is not used by the current primitive runtime path.