QueryEntities<T extends App<T> , E extends IsEntityManagable<T, E, Entity<T> > > constructor
QueryEntities<T extends App<T> , E extends IsEntityManagable<T, E, Entity<T> > > (
- T app,
- E origin
Implementation
QueryEntities(super.app, this.origin);