add method

void add(
  1. LineString ring
)

Adds a ring to the polygon.

Implementation

void add(LineString ring) => _rings.add(ring);