without Properties
fun <T> PromptRunner.Creating<T>.withoutProperties(vararg properties: KProperty1<T, *>): PromptRunner.Creating<T>
Excludes the given properties when creating an object.
Note that each predicate is applied in addition to previously registered predicates, including Creating::withPropertyFilter, Creating::withProperties, Creatingg::withoutProperties, and withProperties.
Parameters
properties
the properties that are to be included