Creates a new ManagedObjectController without a static type.
This method is used when generating instances of this type dynamically from runtime values, where the static type argument cannot be defined. Behaves just like the unnamed constructor.
Source
ManagedObjectController.forEntity( ManagedEntity entity, [ManagedContext context]) : super() { _query = new Query.forEntity(entity, context ?? ManagedContext.defaultContext); }