QueryComp property

QueryComponentComponent<T> get QueryComp

Returns a fresh QueryComponentComponent scoped to this component's direct children.

Entry point for the Query-like DSL over components.

Implementation

QueryComponentComponent<T> get QueryComp => .new(app, this);