clone method

LightShadow clone()

Implementation

LightShadow clone() {
  return LightShadow(null).copy(this);
}