clone method

dynamic clone()

Implementation

clone() {
  return Fog(color, near, far);
}