Creates a new Polygon object whose values are the same as this instance.
@override Polygon clone() { return copyWith(pointsParam: List<LatLng>.of(points)); }