pushLight method

void pushLight(
  1. Light light
)

Implementation

void pushLight(Light light) {
  lightsArray.add(light);
}