AddLight method

void AddLight(
  1. Light l
)

Implementation

void AddLight(Light l) {
  _lights.add(l);
}