polygon property

List<PolygonVertex> polygon

Implementation

List<PolygonVertex> get polygon => _$this._polygon;
void polygon=(List<PolygonVertex> polygon)

Implementation

set polygon(List<PolygonVertex> polygon) => _$this._polygon = polygon;