managedModelTypes property

List<Type> managedModelTypes
final

The only model classes this instance should track. As storing objects in memory can be costly elsewhere in the app, models should be judiciously added to this property.

Implementation

final List<Type> managedModelTypes;