Polygon constructor

Polygon({
  1. List<LatLng>? coordinates,
})

Implementation

Polygon({
  this.coordinates,
});