IFutureModelOptions that can be used to
instantiate a new model.This function will perform any type conversion or data mapping required by the IKosDataModel. For example, date conversion or changes in interfaces can be managed at this layer rather than having the models deal with the various versions of the interface directly.
dto - the Data Transfer Object received from the backend
Maps a
FutureResponseDTO to anIFutureModelOptionsobject.