Base abstract class for data models.
Never override the constructor, use onLazyInit or onLazyAttachedToRootStore instead.
onLazyInit
onLazyAttachedToRootStore
Function that generates model properties.
Rest
TProps Model properties type.
Model properties.
Base abstract class for data models.
Never override the constructor, use
onLazyInit
oronLazyAttachedToRootStore
instead.