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