Geometry constructor

Geometry({
  1. List<List<num>>? coordinates,
  2. String? type,
})

Implementation

Geometry({
  this.coordinates,
  this.type,
});