serialize method

List serialize()

Implementation

List<dynamic> serialize() {
  return [regions, whichPolygon.serialize()];
}