holes property

List<List<List<double>>> get holes

The hole rings.

Implementation

List<List<List<double>>> get holes =>
    coordinates.length > 1 ? coordinates.sublist(1) : [];