instanceBuilder property

DataClassBuilder<T> instanceBuilder
final

This property will be used to store a procedure that instantiates the dataclass in question. It will be called whenever the engine needs to create an instance of this dataclass with default values

Implementation

final DataClassBuilder<T> instanceBuilder;