PointEcosystemUserModelRef typedef
PointEcosystemUserModelRef = ModelRef<PointEcosystemUserModel> ?
Alias for ModelRef<PointEcosystemUserModel>.
When defining parameters for other Models, you can define them as follows
@RefParam(PointEcosystemUserModelDocument) PointEcosystemUserModelRef replaced_collection
Implementation
typedef PointEcosystemUserModelRef = ModelRef<PointEcosystemUserModel>?;