holes property

List<LinearRing>? holes
getter/setter pair

The interior boundaries, if any. This instance var is never null. If there are no holes, the array is of zero length.

Implementation

List<LinearRing>? holes = null;