LinearRing constructor Null safety

LinearRing(
  1. List<Coordinate> coordinates
)

Implementation

LinearRing(this.coordinates);