QueryEntityComponent<T extends App<T>> constructor

QueryEntityComponent<T extends App<T>>(
  1. T app,
  2. Entity<T> entity
)

Implementation

QueryEntityComponent(super.app, this.entity);