lights property

Iterable<Light> lights
getter/setter pair

Must be set by the rendering pipeline before elements are bound. Can be accessed by elements in their bind method.

Implementation

Iterable<Light> lights = [];