lights property

Iterable<Light> get lights

Implementation

Iterable<Light> get lights =>
    children.query<LightComponent>().map((component) => component.light);