polygons property

Set<Polygon> polygons

Implementation

Set<Polygon> get polygons => _polygons;
void polygons=(Set<Polygon> polygons)

Implementation

set polygons(Set<Polygon> polygons) {
  this._polygons = polygons;
  notifyListeners();
}